#B6CD28

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

Shades of Fuego #B6CD28

Tints of Fuego #B6CD28

Color information

#B6CD28 (or 0xB6CD28) is unknown color: approx Fuego. HEX triplet: B6, CD and 28. RGB value is (182,205,40). Sum of RGB (Red+Green+Blue) = 182+205+40=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CD28 is #4932D7. Grayscale: #B3B3B3. Windows color (decimal): -4797144 or 2674102. OLE color: 2674102.

HSL color Cylindrical-coordinate representation of color #B6CD28: hue angle of 68.36º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6CD28 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB18220540-
CMYK0.1100.800.20
HSL68.36º67.35%48.04%-
HSV(B)68.36º80.49%80.39%-
XYZ41.5153.7610.2-
YUV179.3149.38129.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 205 (80.47% from 255) = 48.01%
BLUE value IS 40 (16.02% from 255) = 9.37%
R=42.62%
G=48.01%
B=9.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182205400.1100.800.2068.3667.3548.04
HexB6CD28B05014444330
Octal266315501301202410410360
Binary10110110110011011010001011010100001010010001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CD28; }

 p { color: rgb(182,205,40); }

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

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

 a { background-color: rgb(182,205,40); }

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

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

 span { border-color: rgb(182,205,40); }

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