Html Css Color HEX #B0C129 Bahia

📋 copy color: '#B0C129'

red 176 ◦ green 193 ◦ blue 41

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

Shades of Bahia #B0C129

Tints of Bahia #B0C129

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.07%

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

R = 42.93%
G = 47.07%
B = 10%

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

#B0C129 (or 0xB0C129) is known color: Bahia. HEX triplet: B0, C1 and 29. RGB value is (176,193,41). Sum of RGB (Red+Green+Blue) = 176+193+41=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C129 is #4F3ED6. Grayscale: #ABABAB. Windows color (decimal): -5193431 or 2736560. OLE color: 2736560.

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

Color convert

RGB 176 193 41 -
CMYK 0.09 0 0.79 0.24
HSL 66.71º 0.65% 0.46% -
HSV(B) 66.71º 0.79% 0.76% -
XYZ 37.37 47.53 9.3 -
YUV 170.59 54.87 131.86 -
System Red Green Blue C M Y K H S L
Decimal 176 193 41 0.09 0 0.79 0.24 66.71 0.65 0.46
Hex B0 C1 29 9 0 4F 18 43 41 2E
Octal 260 301 51 11 0 117 30 103 101 56
Binary 10110000 11000001 101001 1001 0 1001111 11000 1000011 1000001 101110

Color Harmonies of #B0C129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C129

Black with #B0C129

Text Example


Text Example

White with #B0C129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C129; }

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

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

background-color css

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

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

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

border-color css

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

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

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