Html Css Color HEX #B0C229 Bahia

📋 copy color: '#B0C229'

red 176 ◦ green 194 ◦ blue 41

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

Shades of Bahia #B0C229

Tints of Bahia #B0C229

RGB

 RED value IS 176 (69.14% from 255) = 42.82%

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

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

R = 42.82%
G = 47.2%
B = 9.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#B0C229 (or 0xB0C229) is known color: Bahia. HEX triplet: B0, C2 and 29. RGB value is (176,194,41). Sum of RGB (Red+Green+Blue) = 176+194+41=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C229 is #4F3DD6. Grayscale: #ABABAB. Windows color (decimal): -5193175 or 2736816. OLE color: 2736816.

HSL color Cylindrical-coordinate representation of color #B0C229: hue angle of 67.06º 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 #B0C229 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 41 -
CMYK 0.09 0 0.79 0.24
HSL 67.06º 0.65% 0.46% -
HSV(B) 67.06º 0.79% 0.76% -
XYZ 37.6 47.97 9.38 -
YUV 171.18 54.54 131.44 -
System Red Green Blue C M Y K H S L
Decimal 176 194 41 0.09 0 0.79 0.24 67.06 0.65 0.46
Hex B0 C2 29 9 0 4F 18 43 41 2E
Octal 260 302 51 11 0 117 30 103 101 56
Binary 10110000 11000010 101001 1001 0 1001111 11000 1000011 1000001 101110

Color Harmonies of #B0C229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C229

Black with #B0C229

Text Example


Text Example

White with #B0C229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C229; }

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

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

background-color css

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

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

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

border-color css

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

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

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