Html Css Color HEX #BDD87D Sulu

📋 copy color: '#BDD87D'

red 189 ◦ green 216 ◦ blue 125

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

Shades of Sulu #BDD87D

Tints of Sulu #BDD87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.58%

R = 35.66%
G = 40.75%
B = 23.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#BDD87D (or 0xBDD87D) is known color: Sulu. HEX triplet: BD, D8 and 7D. RGB value is (189,216,125). Sum of RGB (Red+Green+Blue) = 189+216+125=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD87D is #422782. Grayscale: #C5C5C5. Windows color (decimal): -4335491 or 8247485. OLE color: 8247485.

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

Color convert

RGB 189 216 125 -
CMYK 0.12 0 0.42 0.15
HSL 77.8º 0.54% 0.67% -
HSV(B) 77.8º 0.42% 0.85% -
XYZ 49.24 61.41 28.66 -
YUV 197.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 189 216 125 0.12 0 0.42 0.15 77.8 0.54 0.67
Hex BD D8 7D C 0 2A F 4E 36 43
Octal 275 330 175 14 0 52 17 116 66 103
Binary 10111101 11011000 1111101 1100 0 101010 1111 1001110 110110 1000011

Color Harmonies of #BDD87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD87D

Black with #BDD87D

Text Example


Text Example

White with #BDD87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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