#B9D230

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

Shades of Fuego #B9D230

Tints of Fuego #B9D230

Color information

#B9D230 (or 0xB9D230) is unknown color: approx Fuego. HEX triplet: B9, D2 and 30. RGB value is (185,210,48). Sum of RGB (Red+Green+Blue) = 185+210+48=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D230 is #462DCF. Grayscale: #B8B8B8. Windows color (decimal): -4599248 or 3199673. OLE color: 3199673.

HSL color Cylindrical-coordinate representation of color #B9D230: hue angle of 69.26º 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 #B9D230 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB18521048-
CMYK0.1200.770.18
HSL69.26º64.29%50.59%-
HSV(B)69.26º77.14%82.35%-
XYZ43.5956.6211.43-
YUV184.0651.22128.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 210 (82.42% from 255) = 47.40%
BLUE value IS 48 (19.14% from 255) = 10.84%
R=41.76%
G=47.40%
B=10.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185210480.1200.770.1869.2664.2950.59
HexB9D230C04D12454033
Octal271322601401152210510063
Binary10111001110100101100001100010011011001010001011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D230; }

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

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

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

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

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

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

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

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