Html Css Color HEX #BDCD16 Rio Grande

📋 copy color: '#BDCD16'

red 189 ◦ green 205 ◦ blue 22

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

Shades of Rio Grande #BDCD16

Tints of Rio Grande #BDCD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.29%

R = 45.43%
G = 49.28%
B = 5.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#BDCD16 (or 0xBDCD16) is known color: Rio Grande. HEX triplet: BD, CD and 16. RGB value is (189,205,22). Sum of RGB (Red+Green+Blue) = 189+205+22=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCD16 is #4232E9. Grayscale: #B4B4B4. Windows color (decimal): -4338410 or 1494461. OLE color: 1494461.

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

Color convert

RGB 189 205 22 -
CMYK 0.08 0 0.89 0.20
HSL 65.25º 0.81% 0.45% -
HSV(B) 65.25º 0.89% 0.8% -
XYZ 42.96 54.54 9.02 -
YUV 179.35 39.2 134.88 -
System Red Green Blue C M Y K H S L
Decimal 189 205 22 0.08 0 0.89 0.20 65.25 0.81 0.45
Hex BD CD 16 8 0 59 14 41 51 2D
Octal 275 315 26 10 0 131 24 101 121 55
Binary 10111101 11001101 10110 1000 0 1011001 10100 1000001 1010001 101101

Color Harmonies of #BDCD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD16

Black with #BDCD16

Text Example


Text Example

White with #BDCD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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