Html Css Color HEX #BDC918 Rio Grande

📋 copy color: '#BDC918'

red 189 ◦ green 201 ◦ blue 24

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

Shades of Rio Grande #BDC918

Tints of Rio Grande #BDC918

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.55%

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

R = 45.65%
G = 48.55%
B = 5.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#BDC918 (or 0xBDC918) is known color: Rio Grande. HEX triplet: BD, C9 and 18. RGB value is (189,201,24). Sum of RGB (Red+Green+Blue) = 189+201+24=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC918 is #4236E7. Grayscale: #B1B1B1. Windows color (decimal): -4339432 or 1624509. OLE color: 1624509.

HSL color Cylindrical-coordinate representation of color #BDC918: hue angle of 64.07º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDC918 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 24 -
CMYK 0.06 0 0.88 0.21
HSL 64.07º 0.79% 0.44% -
HSV(B) 64.07º 0.88% 0.79% -
XYZ 42.04 52.66 8.81 -
YUV 177.23 41.52 136.39 -
System Red Green Blue C M Y K H S L
Decimal 189 201 24 0.06 0 0.88 0.21 64.07 0.79 0.44
Hex BD C9 18 6 0 58 15 40 4F 2C
Octal 275 311 30 6 0 130 25 100 117 54
Binary 10111101 11001001 11000 110 0 1011000 10101 1000000 1001111 101100

Color Harmonies of #BDC918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC918

Black with #BDC918

Text Example


Text Example

White with #BDC918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC918; }

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

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

background-color css

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

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

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

border-color css

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

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

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