Html Css Color HEX #BDDF6D Sulu

📋 copy color: '#BDDF6D'

red 189 ◦ green 223 ◦ blue 109

#BDDF6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BDDF6D

Tints of Sulu #BDDF6D

RGB

 RED value IS 189 (74.22% from 255) = 36.28%

 GREEN value IS 223 (87.5% from 255) = 42.8%

 BLUE value IS 109 (42.97% from 255) = 20.92%

R = 36.28%
G = 42.8%
B = 20.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#BDDF6D (or 0xBDDF6D) is known color: Sulu. HEX triplet: BD, DF and 6D. RGB value is (189,223,109). Sum of RGB (Red+Green+Blue) = 189+223+109=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF6D is #422092. Grayscale: #C8C8C8. Windows color (decimal): -4333715 or 7200701. OLE color: 7200701.

HSL color Cylindrical-coordinate representation of color #BDDF6D: hue angle of 77.89º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDDF6D is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 109 -
CMYK 0.15 0 0.51 0.13
HSL 77.89º 0.64% 0.65% -
HSV(B) 77.89º 0.51% 0.87% -
XYZ 50.13 64.7 24.31 -
YUV 199.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 189 223 109 0.15 0 0.51 0.13 77.89 0.64 0.65
Hex BD DF 6D F 0 33 D 4E 40 41
Octal 275 337 155 17 0 63 15 116 100 101
Binary 10111101 11011111 1101101 1111 0 110011 1101 1001110 1000000 1000001

Color Harmonies of #BDDF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF6D

Black with #BDDF6D

Text Example


Text Example

White with #BDDF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF6D; }

 p { color: rgb(189,223,109); }

 H1.HeaderClassName
 {
   color: #BDDF6D;
 }
 .AnyTagClassName
 {
   color: #BDDF6D;
 }
</style>

background-color css

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

 a { background-color: rgb(189,223,109); }

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

border-color css

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

 span { border-color: rgb(189,223,109); }

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