Html Css Color HEX #BDD688 Sulu

📋 copy color: '#BDD688'

red 189 ◦ green 214 ◦ blue 136

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

Shades of Sulu #BDD688

Tints of Sulu #BDD688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.23%

R = 35.06%
G = 39.7%
B = 25.23%

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

#BDD688 (or 0xBDD688) is known color: Sulu. HEX triplet: BD, D6 and 88. RGB value is (189,214,136). Sum of RGB (Red+Green+Blue) = 189+214+136=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD688 is #422977. Grayscale: #C5C5C5. Windows color (decimal): -4335992 or 8967869. OLE color: 8967869.

HSL color Cylindrical-coordinate representation of color #BDD688: hue angle of 79.23º degrees, saturation: 0.49, 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 #BDD688 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 136 -
CMYK 0.12 0 0.36 0.16
HSL 79.23º 0.49% 0.69% -
HSV(B) 79.23º 0.36% 0.84% -
XYZ 49.48 60.69 32.4 -
YUV 197.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 189 214 136 0.12 0 0.36 0.16 79.23 0.49 0.69
Hex BD D6 88 C 0 24 10 4F 31 45
Octal 275 326 210 14 0 44 20 117 61 105
Binary 10111101 11010110 10001000 1100 0 100100 10000 1001111 110001 1000101

Color Harmonies of #BDD688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD688

Black with #BDD688

Text Example


Text Example

White with #BDD688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD688; }

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

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

background-color css

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

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

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

border-color css

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

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

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