Html Css Color HEX #BDC227 Rio Grande

📋 copy color: '#BDC227'

red 189 ◦ green 194 ◦ blue 39

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

Shades of Rio Grande #BDC227

Tints of Rio Grande #BDC227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.24%

R = 44.79%
G = 45.97%
B = 9.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#BDC227 (or 0xBDC227) is known color: Rio Grande. HEX triplet: BD, C2 and 27. RGB value is (189,194,39). Sum of RGB (Red+Green+Blue) = 189+194+39=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC227 is #423DD8. Grayscale: #AFAFAF. Windows color (decimal): -4341209 or 2605757. OLE color: 2605757.

HSL color Cylindrical-coordinate representation of color #BDC227: hue angle of 61.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDC227 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 39 -
CMYK 0.03 0 0.80 0.24
HSL 61.94º 0.67% 0.46% -
HSV(B) 61.94º 0.8% 0.76% -
XYZ 40.64 49.55 9.34 -
YUV 174.84 51.34 138.1 -
System Red Green Blue C M Y K H S L
Decimal 189 194 39 0.03 0 0.80 0.24 61.94 0.67 0.46
Hex BD C2 27 3 0 50 18 3E 43 2E
Octal 275 302 47 3 0 120 30 76 103 56
Binary 10111101 11000010 100111 11 0 1010000 11000 111110 1000011 101110

Color Harmonies of #BDC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC227

Black with #BDC227

Text Example


Text Example

White with #BDC227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC227; }

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

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

background-color css

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

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

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

border-color css

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

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

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