Html Css Color HEX #BDD87B Sulu

📋 copy color: '#BDD87B'

red 189 ◦ green 216 ◦ blue 123

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

Shades of Sulu #BDD87B

Tints of Sulu #BDD87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.3%

R = 35.8%
G = 40.91%
B = 23.3%

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

#BDD87B (or 0xBDD87B) is known color: Sulu. HEX triplet: BD, D8 and 7B. RGB value is (189,216,123). Sum of RGB (Red+Green+Blue) = 189+216+123=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD87B is #422784. Grayscale: #C5C5C5. Windows color (decimal): -4335493 or 8116413. OLE color: 8116413.

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

Color convert

RGB 189 216 123 -
CMYK 0.12 0 0.43 0.15
HSL 77.42º 0.54% 0.66% -
HSV(B) 77.42º 0.43% 0.85% -
XYZ 49.12 61.36 27.99 -
YUV 197.33 86.05 122.06 -
System Red Green Blue C M Y K H S L
Decimal 189 216 123 0.12 0 0.43 0.15 77.42 0.54 0.66
Hex BD D8 7B C 0 2B F 4D 36 42
Octal 275 330 173 14 0 53 17 115 66 102
Binary 10111101 11011000 1111011 1100 0 101011 1111 1001101 110110 1000010

Color Harmonies of #BDD87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD87B

Black with #BDD87B

Text Example


Text Example

White with #BDD87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD87B; }

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

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

background-color css

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

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

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

border-color css

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

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

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