Html Css Color HEX #B8C229 Rio Grande

📋 copy color: '#B8C229'

red 184 ◦ green 194 ◦ blue 41

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

Shades of Rio Grande #B8C229

Tints of Rio Grande #B8C229

RGB

 RED value IS 184 (72.27% from 255) = 43.91%

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

 BLUE value IS 41 (16.41% from 255) = 9.79%

R = 43.91%
G = 46.3%
B = 9.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#B8C229 (or 0xB8C229) is known color: Rio Grande. HEX triplet: B8, C2 and 29. RGB value is (184,194,41). Sum of RGB (Red+Green+Blue) = 184+194+41=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C229 is #473DD6. Grayscale: #AEAEAE. Windows color (decimal): -4668887 or 2736824. OLE color: 2736824.

HSL color Cylindrical-coordinate representation of color #B8C229: hue angle of 63.92º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8C229 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 194 41 -
CMYK 0.05 0 0.79 0.24
HSL 63.92º 0.65% 0.46% -
HSV(B) 63.92º 0.79% 0.76% -
XYZ 39.46 48.93 9.46 -
YUV 173.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 184 194 41 0.05 0 0.79 0.24 63.92 0.65 0.46
Hex B8 C2 29 5 0 4F 18 40 41 2E
Octal 270 302 51 5 0 117 30 100 101 56
Binary 10111000 11000010 101001 101 0 1001111 11000 1000000 1000001 101110

Color Harmonies of #B8C229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C229

Black with #B8C229

Text Example


Text Example

White with #B8C229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C229; }

 p { color: rgb(184,194,41); }

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

background-color css

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

 a { background-color: rgb(184,194,41); }

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

border-color css

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

 span { border-color: rgb(184,194,41); }

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