#B0D230

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

Shades of Fuego #B0D230

Tints of Fuego #B0D230

Color information

#B0D230 (or 0xB0D230) is unknown color: approx Fuego. HEX triplet: B0, D2 and 30. RGB value is (176,210,48). Sum of RGB (Red+Green+Blue) = 176+210+48=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D230 is #4F2DCF. Grayscale: #B5B5B5. Windows color (decimal): -5189072 or 3199664. OLE color: 3199664.

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

Color convert

RGB17621048-
CMYK0.1600.770.18
HSL72.59º64.29%50.59%-
HSV(B)72.59º77.14%82.35%-
XYZ41.4855.5411.33-
YUV181.3752.74124.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 210 (82.42% from 255) = 48.39%
BLUE value IS 48 (19.14% from 255) = 11.06%
R=40.55%
G=48.39%
B=11.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176210480.1600.770.1872.5964.2950.59
HexB0D2301004D12494033
Octal260322602001152211110063
Binary101100001101001011000010000010011011001010010011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D230; }

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

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

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

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

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

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

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

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