Html Css Color HEX #BDCB12 Rio Grande

📋 copy color: '#BDCB12'

red 189 ◦ green 203 ◦ blue 18

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

Shades of Rio Grande #BDCB12

Tints of Rio Grande #BDCB12

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.51%

 BLUE value IS 18 (7.42% from 255) = 4.39%

R = 46.1%
G = 49.51%
B = 4.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#BDCB12 (or 0xBDCB12) is known color: Rio Grande. HEX triplet: BD, CB and 12. RGB value is (189,203,18). Sum of RGB (Red+Green+Blue) = 189+203+18=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCB12 is #4234ED. Grayscale: #B2B2B2. Windows color (decimal): -4338926 or 1231805. OLE color: 1231805.

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

Color convert

RGB 189 203 18 -
CMYK 0.07 0 0.91 0.20
HSL 64.54º 0.84% 0.43% -
HSV(B) 64.54º 0.91% 0.8% -
XYZ 42.45 53.57 8.68 -
YUV 177.72 37.86 136.04 -
System Red Green Blue C M Y K H S L
Decimal 189 203 18 0.07 0 0.91 0.20 64.54 0.84 0.43
Hex BD CB 12 7 0 5B 14 41 54 2B
Octal 275 313 22 7 0 133 24 101 124 53
Binary 10111101 11001011 10010 111 0 1011011 10100 1000001 1010100 101011

Color Harmonies of #BDCB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB12

Black with #BDCB12

Text Example


Text Example

White with #BDCB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB12; }

 p { color: rgb(189,203,18); }

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

background-color css

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

 a { background-color: rgb(189,203,18); }

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

border-color css

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

 span { border-color: rgb(189,203,18); }

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