Html Css Color HEX #B3C232 Bahia

📋 copy color: '#B3C232'

red 179 ◦ green 194 ◦ blue 50

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

Shades of Bahia #B3C232

Tints of Bahia #B3C232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.86%

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

R = 42.32%
G = 45.86%
B = 11.82%

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

#B3C232 (or 0xB3C232) is known color: Bahia. HEX triplet: B3, C2 and 32. RGB value is (179,194,50). Sum of RGB (Red+Green+Blue) = 179+194+50=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C232 is #4C3DCD. Grayscale: #ADADAD. Windows color (decimal): -4996558 or 3326643. OLE color: 3326643.

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

Color convert

RGB 179 194 50 -
CMYK 0.08 0 0.74 0.24
HSL 66.25º 0.59% 0.48% -
HSV(B) 66.25º 0.74% 0.76% -
XYZ 38.46 48.4 10.33 -
YUV 173.1 58.53 132.21 -
System Red Green Blue C M Y K H S L
Decimal 179 194 50 0.08 0 0.74 0.24 66.25 0.59 0.48
Hex B3 C2 32 8 0 4A 18 42 3B 30
Octal 263 302 62 10 0 112 30 102 73 60
Binary 10110011 11000010 110010 1000 0 1001010 11000 1000010 111011 110000

Color Harmonies of #B3C232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C232

Black with #B3C232

Text Example


Text Example

White with #B3C232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C232; }

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

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

background-color css

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

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

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

border-color css

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

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

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