Html Css Color HEX #BDD689 Sulu

📋 copy color: '#BDD689'

red 189 ◦ green 214 ◦ blue 137

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

Shades of Sulu #BDD689

Tints of Sulu #BDD689

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.63%

 BLUE value IS 137 (53.91% from 255) = 25.37%

R = 35%
G = 39.63%
B = 25.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#BDD689 (or 0xBDD689) is known color: Sulu. HEX triplet: BD, D6 and 89. RGB value is (189,214,137). Sum of RGB (Red+Green+Blue) = 189+214+137=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD689 is #422976. Grayscale: #C6C6C6. Windows color (decimal): -4335991 or 9033405. OLE color: 9033405.

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

Color convert

RGB 189 214 137 -
CMYK 0.12 0 0.36 0.16
HSL 79.48º 0.48% 0.69% -
HSV(B) 79.48º 0.36% 0.84% -
XYZ 49.55 60.72 32.78 -
YUV 197.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 189 214 137 0.12 0 0.36 0.16 79.48 0.48 0.69
Hex BD D6 89 C 0 24 10 4F 30 45
Octal 275 326 211 14 0 44 20 117 60 105
Binary 10111101 11010110 10001001 1100 0 100100 10000 1001111 110000 1000101

Color Harmonies of #BDD689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD689

Black with #BDD689

Text Example


Text Example

White with #BDD689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD689; }

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

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

background-color css

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

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

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

border-color css

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

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

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