Html Css Color HEX #BDD87C Sulu

📋 copy color: '#BDD87C'

red 189 ◦ green 216 ◦ blue 124

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

Shades of Sulu #BDD87C

Tints of Sulu #BDD87C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.83%

 BLUE value IS 124 (48.83% from 255) = 23.44%

R = 35.73%
G = 40.83%
B = 23.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#BDD87C (or 0xBDD87C) is known color: Sulu. HEX triplet: BD, D8 and 7C. RGB value is (189,216,124). Sum of RGB (Red+Green+Blue) = 189+216+124=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD87C is #422783. Grayscale: #C5C5C5. Windows color (decimal): -4335492 or 8181949. OLE color: 8181949.

HSL color Cylindrical-coordinate representation of color #BDD87C: hue angle of 77.61º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDD87C is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 124 -
CMYK 0.12 0 0.43 0.15
HSL 77.61º 0.54% 0.67% -
HSV(B) 77.61º 0.43% 0.85% -
XYZ 49.18 61.39 28.33 -
YUV 197.44 86.55 121.98 -
System Red Green Blue C M Y K H S L
Decimal 189 216 124 0.12 0 0.43 0.15 77.61 0.54 0.67
Hex BD D8 7C C 0 2B F 4E 36 43
Octal 275 330 174 14 0 53 17 116 66 103
Binary 10111101 11011000 1111100 1100 0 101011 1111 1001110 110110 1000011

Color Harmonies of #BDD87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD87C

Black with #BDD87C

Text Example


Text Example

White with #BDD87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD87C; }

 p { color: rgb(189,216,124); }

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

background-color css

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

 a { background-color: rgb(189,216,124); }

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

border-color css

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

 span { border-color: rgb(189,216,124); }

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