Html Css Color HEX #BDCB18 Rio Grande

📋 copy color: '#BDCB18'

red 189 ◦ green 203 ◦ blue 24

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

Shades of Rio Grande #BDCB18

Tints of Rio Grande #BDCB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.77%

R = 45.43%
G = 48.8%
B = 5.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#BDCB18 (or 0xBDCB18) is known color: Rio Grande. HEX triplet: BD, CB and 18. RGB value is (189,203,24). Sum of RGB (Red+Green+Blue) = 189+203+24=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCB18 is #4234E7. Grayscale: #B3B3B3. Windows color (decimal): -4338920 or 1625021. OLE color: 1625021.

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

Color convert

RGB 189 203 24 -
CMYK 0.07 0 0.88 0.20
HSL 64.69º 0.79% 0.45% -
HSV(B) 64.69º 0.88% 0.8% -
XYZ 42.51 53.6 8.97 -
YUV 178.41 40.86 135.55 -
System Red Green Blue C M Y K H S L
Decimal 189 203 24 0.07 0 0.88 0.20 64.69 0.79 0.45
Hex BD CB 18 7 0 58 14 41 4F 2D
Octal 275 313 30 7 0 130 24 101 117 55
Binary 10111101 11001011 11000 111 0 1011000 10100 1000001 1001111 101101

Color Harmonies of #BDCB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB18

Black with #BDCB18

Text Example


Text Example

White with #BDCB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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