Html Css Color HEX #BDCD22 Rio Grande

📋 copy color: '#BDCD22'

red 189 ◦ green 205 ◦ blue 34

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

Shades of Rio Grande #BDCD22

Tints of Rio Grande #BDCD22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.94%

R = 44.16%
G = 47.9%
B = 7.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#BDCD22 (or 0xBDCD22) is known color: Rio Grande. HEX triplet: BD, CD and 22. RGB value is (189,205,34). Sum of RGB (Red+Green+Blue) = 189+205+34=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD22 is #4232DD. Grayscale: #B5B5B5. Windows color (decimal): -4338398 or 2280893. OLE color: 2280893.

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

Color convert

RGB 189 205 34 -
CMYK 0.08 0 0.83 0.20
HSL 65.61º 0.72% 0.47% -
HSV(B) 65.61º 0.83% 0.8% -
XYZ 43.11 54.6 9.78 -
YUV 180.72 45.2 133.9 -
System Red Green Blue C M Y K H S L
Decimal 189 205 34 0.08 0 0.83 0.20 65.61 0.72 0.47
Hex BD CD 22 8 0 53 14 42 48 2F
Octal 275 315 42 10 0 123 24 102 110 57
Binary 10111101 11001101 100010 1000 0 1010011 10100 1000010 1001000 101111

Color Harmonies of #BDCD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD22

Black with #BDCD22

Text Example


Text Example

White with #BDCD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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