Html Css Color HEX #B3C032 Bahia

📋 copy color: '#B3C032'

red 179 ◦ green 192 ◦ blue 50

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

Shades of Bahia #B3C032

Tints of Bahia #B3C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.61%

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

R = 42.52%
G = 45.61%
B = 11.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#B3C032 (or 0xB3C032) is known color: Bahia. HEX triplet: B3, C0 and 32. RGB value is (179,192,50). Sum of RGB (Red+Green+Blue) = 179+192+50=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C032 is #4C3FCD. Grayscale: #ACACAC. Windows color (decimal): -4997070 or 3326131. OLE color: 3326131.

HSL color Cylindrical-coordinate representation of color #B3C032: hue angle of 65.49º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3C032 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 192 50 -
CMYK 0.07 0 0.74 0.25
HSL 65.49º 0.59% 0.47% -
HSV(B) 65.49º 0.74% 0.75% -
XYZ 38.02 47.51 10.18 -
YUV 171.93 59.19 133.05 -
System Red Green Blue C M Y K H S L
Decimal 179 192 50 0.07 0 0.74 0.25 65.49 0.59 0.47
Hex B3 C0 32 7 0 4A 19 41 3B 2F
Octal 263 300 62 7 0 112 31 101 73 57
Binary 10110011 11000000 110010 111 0 1001010 11001 1000001 111011 101111

Color Harmonies of #B3C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C032

Black with #B3C032

Text Example


Text Example

White with #B3C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C032; }

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

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

background-color css

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

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

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

border-color css

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

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

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