Html Css Color HEX #B2C333 Bahia

📋 copy color: '#B2C333'

red 178 ◦ green 195 ◦ blue 51

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

Shades of Bahia #B2C333

Tints of Bahia #B2C333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.03%

R = 41.98%
G = 45.99%
B = 12.03%

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

#B2C333 (or 0xB2C333) is known color: Bahia. HEX triplet: B2, C3 and 33. RGB value is (178,195,51). Sum of RGB (Red+Green+Blue) = 178+195+51=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C333 is #4D3CCC. Grayscale: #AEAEAE. Windows color (decimal): -5061837 or 3392434. OLE color: 3392434.

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

Color convert

RGB 178 195 51 -
CMYK 0.09 0 0.74 0.24
HSL 67.08º 0.59% 0.48% -
HSV(B) 67.08º 0.74% 0.76% -
XYZ 38.47 48.73 10.51 -
YUV 173.5 58.87 131.21 -
System Red Green Blue C M Y K H S L
Decimal 178 195 51 0.09 0 0.74 0.24 67.08 0.59 0.48
Hex B2 C3 33 9 0 4A 18 43 3B 30
Octal 262 303 63 11 0 112 30 103 73 60
Binary 10110010 11000011 110011 1001 0 1001010 11000 1000011 111011 110000

Color Harmonies of #B2C333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C333

Black with #B2C333

Text Example


Text Example

White with #B2C333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C333; }

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

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

background-color css

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

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

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

border-color css

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

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

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