#B4DA79

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

Shades of Sulu #B4DA79

Tints of Sulu #B4DA79

Color information

#B4DA79 (or 0xB4DA79) is unknown color: approx Sulu. HEX triplet: B4, DA and 79. RGB value is (180,218,121). Sum of RGB (Red+Green+Blue) = 180+218+121=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DA79 is #4B2586. Grayscale: #C3C3C3. Windows color (decimal): -4924807 or 7985844. OLE color: 7985844.

HSL color Cylindrical-coordinate representation of color #B4DA79: hue angle of 83.51º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4DA79 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB180218121-
CMYK0.1700.440.15
HSL83.51º56.73%66.47%-
HSV(B)83.51º44.5%85.49%-
XYZ47.3461.2327.41-
YUV195.5885.91116.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 121 (47.66% from 255) = 23.31%
R=34.68%
G=42.00%
B=23.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802181210.1700.440.1583.5156.7366.47
HexB4DA791102CF543942
Octal264332171210541712471102
Binary10110100110110101111001100010101100111110101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DA79; }

 p { color: rgb(180,218,121); }

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

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

 a { background-color: rgb(180,218,121); }

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

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

 span { border-color: rgb(180,218,121); }

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