Html Css Color HEX #B2CC33 Fuego

📋 copy color: '#B2CC33'

red 178 ◦ green 204 ◦ blue 51

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

Shades of Fuego #B2CC33

Tints of Fuego #B2CC33

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.11%

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

R = 41.11%
G = 47.11%
B = 11.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#B2CC33 (or 0xB2CC33) is known color: Fuego. HEX triplet: B2, CC and 33. RGB value is (178,204,51). Sum of RGB (Red+Green+Blue) = 178+204+51=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC33 is #4D33CC. Grayscale: #B3B3B3. Windows color (decimal): -5059533 or 3394738. OLE color: 3394738.

HSL color Cylindrical-coordinate representation of color #B2CC33: hue angle of 70.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2CC33 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 51 -
CMYK 0.13 0 0.75 0.2
HSL 70.2º 0.6% 0.5% -
HSV(B) 70.2º 0.75% 0.8% -
XYZ 40.55 52.89 11.2 -
YUV 178.78 55.89 127.44 -
System Red Green Blue C M Y K H S L
Decimal 178 204 51 0.13 0 0.75 0.2 70.2 0.6 0.5
Hex B2 CC 33 D 0 4B 14 46 3C 32
Octal 262 314 63 15 0 113 24 106 74 62
Binary 10110010 11001100 110011 1101 0 1001011 10100 1000110 111100 110010

Color Harmonies of #B2CC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC33

Black with #B2CC33

Text Example


Text Example

White with #B2CC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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