#B0D235

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

Shades of Fuego #B0D235

Tints of Fuego #B0D235

Color information

#B0D235 (or 0xB0D235) is unknown color: approx Fuego. HEX triplet: B0, D2 and 35. RGB value is (176,210,53). Sum of RGB (Red+Green+Blue) = 176+210+53=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D235 is #4F2DCA. Grayscale: #B6B6B6. Windows color (decimal): -5189067 or 3527344. OLE color: 3527344.

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

Color convert

RGB17621053-
CMYK0.1600.750.18
HSL72.99º63.56%51.57%-
HSV(B)72.99º74.76%82.35%-
XYZ41.5955.5811.9-
YUV181.9455.24123.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 210 (82.42% from 255) = 47.84%
BLUE value IS 53 (21.09% from 255) = 12.07%
R=40.09%
G=47.84%
B=12.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176210530.1600.750.1872.9963.5651.57
HexB0D2351004B12494034
Octal260322652001132211110064
Binary101100001101001011010110000010010111001010010011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D235; }

 p { color: rgb(176,210,53); }

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

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

 a { background-color: rgb(176,210,53); }

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

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

 span { border-color: rgb(176,210,53); }

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