#B4EB6C

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

Shades of Sulu #B4EB6C

Tints of Sulu #B4EB6C

Color information

#B4EB6C (or 0xB4EB6C) is unknown color: approx Sulu. HEX triplet: B4, EB and 6C. RGB value is (180,235,108). Sum of RGB (Red+Green+Blue) = 180+235+108=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EB6C is #4B1493. Grayscale: #CCCCCC. Windows color (decimal): -4920468 or 7138228. OLE color: 7138228.

HSL color Cylindrical-coordinate representation of color #B4EB6C: hue angle of 85.98º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4EB6C is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB180235108-
CMYK0.2300.540.08
HSL85.98º76.05%67.25%-
HSV(B)85.98º54.04%92.16%-
XYZ51.2470.225.04-
YUV204.0873.78110.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 235 (92.19% from 255) = 44.93%
BLUE value IS 108 (42.58% from 255) = 20.65%
R=34.42%
G=44.93%
B=20.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802351080.2300.540.0885.9876.0567.25
HexB4EB6C170368564c43
Octal2643531542706610126114103
Binary101101001110101111011001011101101101000101011010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EB6C; }

 p { color: rgb(180,235,108); }

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

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

 a { background-color: rgb(180,235,108); }

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

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

 span { border-color: rgb(180,235,108); }

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