#B8D534

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

Shades of Fuego #B8D534

Tints of Fuego #B8D534

Color information

#B8D534 (or 0xB8D534) is unknown color: approx Fuego. HEX triplet: B8, D5 and 34. RGB value is (184,213,52). Sum of RGB (Red+Green+Blue) = 184+213+52=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D534 is #472ACB. Grayscale: #BABABA. Windows color (decimal): -4664012 or 3462584. OLE color: 3462584.

HSL color Cylindrical-coordinate representation of color #B8D534: hue angle of 70.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8D534 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB18421352-
CMYK0.1400.760.16
HSL70.81º65.71%51.96%-
HSV(B)70.81º75.59%83.53%-
XYZ44.1858.0312.12-
YUV185.9852.39126.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.98%
GREEN value IS 213 (83.59% from 255) = 47.44%
BLUE value IS 52 (20.70% from 255) = 11.58%
R=40.98%
G=47.44%
B=11.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184213520.1400.760.1670.8165.7151.96
HexB8D534E04C10474234
Octal270325641601142010710264
Binary10111000110101011101001110010011001000010001111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D534; }

 p { color: rgb(184,213,52); }

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

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

 a { background-color: rgb(184,213,52); }

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

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

 span { border-color: rgb(184,213,52); }

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