Html Css Color HEX #B2C332 Bahia

📋 copy color: '#B2C332'

red 178 ◦ green 195 ◦ blue 50

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

Shades of Bahia #B2C332

Tints of Bahia #B2C332

RGB

 RED value IS 178 (69.92% from 255) = 42.08%

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

 BLUE value IS 50 (19.92% from 255) = 11.82%

R = 42.08%
G = 46.1%
B = 11.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#B2C332 (or 0xB2C332) is known color: Bahia. HEX triplet: B2, C3 and 32. RGB value is (178,195,50). Sum of RGB (Red+Green+Blue) = 178+195+50=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C332 is #4D3CCD. Grayscale: #ADADAD. Windows color (decimal): -5061838 or 3326898. OLE color: 3326898.

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

Color convert

RGB 178 195 50 -
CMYK 0.09 0 0.74 0.24
HSL 67.03º 0.59% 0.48% -
HSV(B) 67.03º 0.74% 0.76% -
XYZ 38.45 48.73 10.4 -
YUV 173.39 58.37 131.29 -
System Red Green Blue C M Y K H S L
Decimal 178 195 50 0.09 0 0.74 0.24 67.03 0.59 0.48
Hex B2 C3 32 9 0 4A 18 43 3B 30
Octal 262 303 62 11 0 112 30 103 73 60
Binary 10110010 11000011 110010 1001 0 1001010 11000 1000011 111011 110000

Color Harmonies of #B2C332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C332

Black with #B2C332

Text Example


Text Example

White with #B2C332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C332; }

 p { color: rgb(178,195,50); }

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

background-color css

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

 a { background-color: rgb(178,195,50); }

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

border-color css

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

 span { border-color: rgb(178,195,50); }

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