Html Css Color HEX #B1C32B Bahia

📋 copy color: '#B1C32B'

red 177 ◦ green 195 ◦ blue 43

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

Shades of Bahia #B1C32B

Tints of Bahia #B1C32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.99%

 BLUE value IS 43 (17.19% from 255) = 10.36%

R = 42.65%
G = 46.99%
B = 10.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#B1C32B (or 0xB1C32B) is known color: Bahia. HEX triplet: B1, C3 and 2B. RGB value is (177,195,43). Sum of RGB (Red+Green+Blue) = 177+195+43=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C32B is #4E3CD4. Grayscale: #ACACAC. Windows color (decimal): -5127381 or 2868145. OLE color: 2868145.

HSL color Cylindrical-coordinate representation of color #B1C32B: hue angle of 67.11º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1C32B is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 195 43 -
CMYK 0.09 0 0.78 0.24
HSL 67.11º 0.64% 0.47% -
HSV(B) 67.11º 0.78% 0.76% -
XYZ 38.08 48.55 9.65 -
YUV 172.29 55.04 131.36 -
System Red Green Blue C M Y K H S L
Decimal 177 195 43 0.09 0 0.78 0.24 67.11 0.64 0.47
Hex B1 C3 2B 9 0 4E 18 43 40 2F
Octal 261 303 53 11 0 116 30 103 100 57
Binary 10110001 11000011 101011 1001 0 1001110 11000 1000011 1000000 101111

Color Harmonies of #B1C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C32B

Black with #B1C32B

Text Example


Text Example

White with #B1C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C32B; }

 p { color: rgb(177,195,43); }

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

background-color css

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

 a { background-color: rgb(177,195,43); }

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

border-color css

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

 span { border-color: rgb(177,195,43); }

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