#BFDD72

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

Shades of Sulu #BFDD72

Tints of Sulu #BFDD72

Color information

#BFDD72 (or 0xBFDD72) is unknown color: approx Sulu. HEX triplet: BF, DD and 72. RGB value is (191,221,114). Sum of RGB (Red+Green+Blue) = 191+221+114=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD72 is #40228D. Grayscale: #C8C8C8. Windows color (decimal): -4203150 or 7527871. OLE color: 7527871.

HSL color Cylindrical-coordinate representation of color #BFDD72: hue angle of 76.82º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFDD72 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB191221114-
CMYK0.1400.480.13
HSL76.82º61.14%65.69%-
HSV(B)76.82º48.42%86.67%-
XYZ50.386425.62-
YUV199.8379.56121.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=36.31%
G=42.02%
B=21.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211140.1400.480.1376.8261.1465.69
HexBFDD72E030D4d3d42
Octal277335162160601511575102
Binary1011111111011101111001011100110000110110011011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD72; }

 p { color: rgb(191,221,114); }

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

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

 a { background-color: rgb(191,221,114); }

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

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

 span { border-color: rgb(191,221,114); }

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