Html Css Color HEX #BDCF18 Rio Grande

📋 copy color: '#BDCF18'

red 189 ◦ green 207 ◦ blue 24

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

Shades of Rio Grande #BDCF18

Tints of Rio Grande #BDCF18

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.29%

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

R = 45%
G = 49.29%
B = 5.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#BDCF18 (or 0xBDCF18) is known color: Rio Grande. HEX triplet: BD, CF and 18. RGB value is (189,207,24). Sum of RGB (Red+Green+Blue) = 189+207+24=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCF18 is #4230E7. Grayscale: #B5B5B5. Windows color (decimal): -4337896 or 1626045. OLE color: 1626045.

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

Color convert

RGB 189 207 24 -
CMYK 0.09 0 0.88 0.19
HSL 65.9º 0.79% 0.45% -
HSV(B) 65.9º 0.88% 0.81% -
XYZ 43.46 55.51 9.29 -
YUV 180.76 39.54 133.88 -
System Red Green Blue C M Y K H S L
Decimal 189 207 24 0.09 0 0.88 0.19 65.9 0.79 0.45
Hex BD CF 18 9 0 58 13 42 4F 2D
Octal 275 317 30 11 0 130 23 102 117 55
Binary 10111101 11001111 11000 1001 0 1011000 10011 1000010 1001111 101101

Color Harmonies of #BDCF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF18

Black with #BDCF18

Text Example


Text Example

White with #BDCF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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