Html Css Color HEX #BDCD13 Rio Grande

📋 copy color: '#BDCD13'

red 189 ◦ green 205 ◦ blue 19

#BDCD13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BDCD13

Tints of Rio Grande #BDCD13

RGB

 RED value IS 189 (74.22% from 255) = 45.76%

 GREEN value IS 205 (80.47% from 255) = 49.64%

 BLUE value IS 19 (7.81% from 255) = 4.6%

R = 45.76%
G = 49.64%
B = 4.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDCD13 (or 0xBDCD13) is known color: Rio Grande. HEX triplet: BD, CD and 13. RGB value is (189,205,19). Sum of RGB (Red+Green+Blue) = 189+205+19=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCD13 is #4232EC. Grayscale: #B3B3B3. Windows color (decimal): -4338413 or 1297853. OLE color: 1297853.

HSL color Cylindrical-coordinate representation of color #BDCD13: hue angle of 65.16º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDCD13 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 19 -
CMYK 0.08 0 0.91 0.20
HSL 65.16º 0.83% 0.44% -
HSV(B) 65.16º 0.91% 0.8% -
XYZ 42.94 54.53 8.88 -
YUV 179.01 37.7 135.12 -
System Red Green Blue C M Y K H S L
Decimal 189 205 19 0.08 0 0.91 0.20 65.16 0.83 0.44
Hex BD CD 13 8 0 5B 14 41 53 2C
Octal 275 315 23 10 0 133 24 101 123 54
Binary 10111101 11001101 10011 1000 0 1011011 10100 1000001 1010011 101100

Color Harmonies of #BDCD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD13

Black with #BDCD13

Text Example


Text Example

White with #BDCD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD13; }

 p { color: rgb(189,205,19); }

 H1.HeaderClassName
 {
   color: #BDCD13;
 }
 .AnyTagClassName
 {
   color: #BDCD13;
 }
</style>

background-color css

<style>
 a { background-color: #BDCD13; }

 a { background-color: rgb(189,205,19); }

 div.DivClassName
 {
   background-color: #BDCD13;
 }
 .BgClassName
 {
   background-color: #BDCD13;
 }
</style>

border-color css

<style>
 span { border-color: #BDCD13; }

 span { border-color: rgb(189,205,19); }

 td.TdClassName
 {
   border-color: #BDCD13;
 }
 .TagClassName
 {
   border-color: #BDCD13;
 }
</style>