#BDD67D

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

Shades of Sulu #BDD67D

Tints of Sulu #BDD67D

Color information

#BDD67D (or 0xBDD67D) is unknown color: approx Sulu. HEX triplet: BD, D6 and 7D. RGB value is (189,214,125). Sum of RGB (Red+Green+Blue) = 189+214+125=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD67D is #422982. Grayscale: #C4C4C4. Windows color (decimal): -4336003 or 8246973. OLE color: 8246973.

HSL color Cylindrical-coordinate representation of color #BDD67D: hue angle of 76.85º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDD67D is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB189214125-
CMYK0.1200.420.16
HSL76.85º52.05%66.47%-
HSV(B)76.85º41.59%83.92%-
XYZ48.7360.3928.49-
YUV196.3887.72122.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 214 (83.98% from 255) = 40.53%
BLUE value IS 125 (49.22% from 255) = 23.67%
R=35.80%
G=40.53%
B=23.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141250.1200.420.1676.8552.0566.47
HexBDD67DC02A104d3442
Octal275326175140522011564102
Binary10111101110101101111101110001010101000010011011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD67D; }

 p { color: rgb(189,214,125); }

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

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

 a { background-color: rgb(189,214,125); }

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

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

 span { border-color: rgb(189,214,125); }

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