#B2D338

Color #B2D338 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B2D338

Tints of Fuego #B2D338

Color information

#B2D338 (or 0xB2D338) is unknown color: approx Fuego. HEX triplet: B2, D3 and 38. RGB value is (178,211,56). Sum of RGB (Red+Green+Blue) = 178+211+56=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D338 is #4D2CC7. Grayscale: #B8B8B8. Windows color (decimal): -5057736 or 3724210. OLE color: 3724210.

HSL color Cylindrical-coordinate representation of color #B2D338: hue angle of 72.77º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2D338 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB17821156-
CMYK0.1600.730.17
HSL72.77º63.79%52.35%-
HSV(B)72.77º73.46%82.75%-
XYZ42.3756.3412.38-
YUV183.4656.07124.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 211 (82.81% from 255) = 47.42%
BLUE value IS 56 (22.27% from 255) = 12.58%
R=40%
G=47.42%
B=12.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal178211560.1600.730.1772.7763.7952.35
HexB2D3381004911494034
Octal262323702001112111110064
Binary101100101101001111100010000010010011000110010011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D338; }

 p { color: rgb(178,211,56); }

 H1.HeaderClassName
 {
   color: #B2D338;
 }
 .AnyTagClassName
 {
   color: #B2D338;
 }
</style>
background-color css

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

 a { background-color: rgb(178,211,56); }

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

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

 span { border-color: rgb(178,211,56); }

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