#B8CA38

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

Shades of Fuego #B8CA38

Tints of Fuego #B8CA38

Color information

#B8CA38 (or 0xB8CA38) is unknown color: approx Fuego. HEX triplet: B8, CA and 38. RGB value is (184,202,56). Sum of RGB (Red+Green+Blue) = 184+202+56=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CA38 is #4735C7. Grayscale: #B4B4B4. Windows color (decimal): -4666824 or 3721912. OLE color: 3721912.

HSL color Cylindrical-coordinate representation of color #B8CA38: hue angle of 67.4º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8CA38 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB18420256-
CMYK0.0900.720.21
HSL67.4º57.94%50.59%-
HSV(B)67.4º72.28%79.22%-
XYZ41.652.7211.72-
YUV179.9758.04130.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 56 (22.27% from 255) = 12.67%
R=41.63%
G=45.70%
B=12.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184202560.0900.720.2167.457.9450.59
HexB8CA38904815433a33
Octal27031270110110251037263
Binary1011100011001010111000100101001000101011000011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CA38; }

 p { color: rgb(184,202,56); }

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

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

 a { background-color: rgb(184,202,56); }

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

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

 span { border-color: rgb(184,202,56); }

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