#B2CD38

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

Shades of Fuego #B2CD38

Tints of Fuego #B2CD38

Color information

#B2CD38 (or 0xB2CD38) is unknown color: approx Fuego. HEX triplet: B2, CD and 38. RGB value is (178,205,56). Sum of RGB (Red+Green+Blue) = 178+205+56=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CD38 is #4D32C7. Grayscale: #B4B4B4. Windows color (decimal): -5059272 or 3722674. OLE color: 3722674.

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

Color convert

RGB17820556-
CMYK0.1300.730.20
HSL70.87º59.84%51.18%-
HSV(B)70.87º72.68%80.39%-
XYZ40.9153.4111.9-
YUV179.9458.05126.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 205 (80.47% from 255) = 46.70%
BLUE value IS 56 (22.27% from 255) = 12.76%
R=40.55%
G=46.70%
B=12.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178205560.1300.730.2070.8759.8451.18
HexB2CD38D04914473c33
Octal26231570150111241077463
Binary1011001011001101111000110101001001101001000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CD38; }

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

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

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

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

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

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

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

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