Html Css Color HEX #BDC21D Rio Grande

📋 copy color: '#BDC21D'

red 189 ◦ green 194 ◦ blue 29

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

Shades of Rio Grande #BDC21D

Tints of Rio Grande #BDC21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.09%

 BLUE value IS 29 (11.72% from 255) = 7.04%

R = 45.87%
G = 47.09%
B = 7.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#BDC21D (or 0xBDC21D) is known color: Rio Grande. HEX triplet: BD, C2 and 1D. RGB value is (189,194,29). Sum of RGB (Red+Green+Blue) = 189+194+29=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC21D is #423DE2. Grayscale: #AEAEAE. Windows color (decimal): -4341219 or 1950397. OLE color: 1950397.

HSL color Cylindrical-coordinate representation of color #BDC21D: hue angle of 61.82º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDC21D is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 29 -
CMYK 0.03 0 0.85 0.24
HSL 61.82º 0.74% 0.44% -
HSV(B) 61.82º 0.85% 0.76% -
XYZ 40.5 49.49 8.58 -
YUV 173.7 46.34 138.92 -
System Red Green Blue C M Y K H S L
Decimal 189 194 29 0.03 0 0.85 0.24 61.82 0.74 0.44
Hex BD C2 1D 3 0 55 18 3E 4A 2C
Octal 275 302 35 3 0 125 30 76 112 54
Binary 10111101 11000010 11101 11 0 1010101 11000 111110 1001010 101100

Color Harmonies of #BDC21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC21D

Black with #BDC21D

Text Example


Text Example

White with #BDC21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC21D; }

 p { color: rgb(189,194,29); }

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

background-color css

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

 a { background-color: rgb(189,194,29); }

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

border-color css

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

 span { border-color: rgb(189,194,29); }

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