Html Css Color HEX #BDC224 Rio Grande

📋 copy color: '#BDC224'

red 189 ◦ green 194 ◦ blue 36

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

Shades of Rio Grande #BDC224

Tints of Rio Grande #BDC224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.59%

R = 45.11%
G = 46.3%
B = 8.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#BDC224 (or 0xBDC224) is known color: Rio Grande. HEX triplet: BD, C2 and 24. RGB value is (189,194,36). Sum of RGB (Red+Green+Blue) = 189+194+36=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC224 is #423DDB. Grayscale: #AFAFAF. Windows color (decimal): -4341212 or 2409149. OLE color: 2409149.

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

Color convert

RGB 189 194 36 -
CMYK 0.03 0 0.81 0.24
HSL 61.9º 0.69% 0.45% -
HSV(B) 61.9º 0.81% 0.76% -
XYZ 40.6 49.53 9.09 -
YUV 174.49 49.84 138.35 -
System Red Green Blue C M Y K H S L
Decimal 189 194 36 0.03 0 0.81 0.24 61.9 0.69 0.45
Hex BD C2 24 3 0 51 18 3E 45 2D
Octal 275 302 44 3 0 121 30 76 105 55
Binary 10111101 11000010 100100 11 0 1010001 11000 111110 1000101 101101

Color Harmonies of #BDC224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC224

Black with #BDC224

Text Example


Text Example

White with #BDC224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC224; }

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

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

background-color css

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

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

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

border-color css

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

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

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