Html Css Color HEX #B3C332 Bahia

📋 copy color: '#B3C332'

red 179 ◦ green 195 ◦ blue 50

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

Shades of Bahia #B3C332

Tints of Bahia #B3C332

RGB

 RED value IS 179 (70.31% from 255) = 42.22%

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

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

R = 42.22%
G = 45.99%
B = 11.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#B3C332 (or 0xB3C332) is known color: Bahia. HEX triplet: B3, C3 and 32. RGB value is (179,195,50). Sum of RGB (Red+Green+Blue) = 179+195+50=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C332 is #4C3CCD. Grayscale: #AEAEAE. Windows color (decimal): -4996302 or 3326899. OLE color: 3326899.

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

Color convert

RGB 179 195 50 -
CMYK 0.08 0 0.74 0.24
HSL 66.62º 0.59% 0.48% -
HSV(B) 66.62º 0.74% 0.76% -
XYZ 38.68 48.84 10.41 -
YUV 173.69 58.2 131.79 -
System Red Green Blue C M Y K H S L
Decimal 179 195 50 0.08 0 0.74 0.24 66.62 0.59 0.48
Hex B3 C3 32 8 0 4A 18 43 3B 30
Octal 263 303 62 10 0 112 30 103 73 60
Binary 10110011 11000011 110010 1000 0 1001010 11000 1000011 111011 110000

Color Harmonies of #B3C332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C332

Black with #B3C332

Text Example


Text Example

White with #B3C332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C332; }

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

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

background-color css

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

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

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

border-color css

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

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

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