#B7C333

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

Shades of Fuego #B7C333

Tints of Fuego #B7C333

Color information

#B7C333 (or 0xB7C333) is unknown color: approx Fuego. HEX triplet: B7, C3 and 33. RGB value is (183,195,51). Sum of RGB (Red+Green+Blue) = 183+195+51=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C333 is #483CCC. Grayscale: #AFAFAF. Windows color (decimal): -4734157 or 3392439. OLE color: 3392439.

HSL color Cylindrical-coordinate representation of color #B7C333: hue angle of 65º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7C333 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB18319551-
CMYK0.0600.740.24
HSL65º58.54%48.24%-
HSV(B)65º73.85%76.47%-
XYZ39.6449.3410.57-
YUV17558.02133.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 195 (76.56% from 255) = 45.45%
BLUE value IS 51 (20.31% from 255) = 11.89%
R=42.66%
G=45.45%
B=11.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183195510.0600.740.246558.5448.24
HexB7C333604A18413b30
Octal2673036360112301017360
Binary101101111100001111001111001001010110001000001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C333; }

 p { color: rgb(183,195,51); }

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

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

 a { background-color: rgb(183,195,51); }

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

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

 span { border-color: rgb(183,195,51); }

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