Html Css Color HEX #B1C129 Bahia

📋 copy color: '#B1C129'

red 177 ◦ green 193 ◦ blue 41

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

Shades of Bahia #B1C129

Tints of Bahia #B1C129

RGB

 RED value IS 177 (69.53% from 255) = 43.07%

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

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

R = 43.07%
G = 46.96%
B = 9.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#B1C129 (or 0xB1C129) is known color: Bahia. HEX triplet: B1, C1 and 29. RGB value is (177,193,41). Sum of RGB (Red+Green+Blue) = 177+193+41=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C129 is #4E3ED6. Grayscale: #ABABAB. Windows color (decimal): -5127895 or 2736561. OLE color: 2736561.

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

Color convert

RGB 177 193 41 -
CMYK 0.08 0 0.79 0.24
HSL 66.32º 0.65% 0.46% -
HSV(B) 66.32º 0.79% 0.76% -
XYZ 37.6 47.65 9.31 -
YUV 170.89 54.7 132.36 -
System Red Green Blue C M Y K H S L
Decimal 177 193 41 0.08 0 0.79 0.24 66.32 0.65 0.46
Hex B1 C1 29 8 0 4F 18 42 41 2E
Octal 261 301 51 10 0 117 30 102 101 56
Binary 10110001 11000001 101001 1000 0 1001111 11000 1000010 1000001 101110

Color Harmonies of #B1C129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C129

Black with #B1C129

Text Example


Text Example

White with #B1C129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C129; }

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

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

background-color css

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

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

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

border-color css

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

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

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