Html Css Color HEX #BDD981 Sulu

📋 copy color: '#BDD981'

red 189 ◦ green 217 ◦ blue 129

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

Shades of Sulu #BDD981

Tints of Sulu #BDD981

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.56%

 BLUE value IS 129 (50.78% from 255) = 24.11%

R = 35.33%
G = 40.56%
B = 24.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BDD981 (or 0xBDD981) is known color: Sulu. HEX triplet: BD, D9 and 81. RGB value is (189,217,129). Sum of RGB (Red+Green+Blue) = 189+217+129=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD981 is #42267E. Grayscale: #C6C6C6. Windows color (decimal): -4335231 or 8509885. OLE color: 8509885.

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

Color convert

RGB 189 217 129 -
CMYK 0.13 0 0.41 0.15
HSL 79.09º 0.54% 0.68% -
HSV(B) 79.09º 0.41% 0.85% -
XYZ 49.76 62.03 30.12 -
YUV 198.6 88.72 121.16 -
System Red Green Blue C M Y K H S L
Decimal 189 217 129 0.13 0 0.41 0.15 79.09 0.54 0.68
Hex BD D9 81 D 0 29 F 4F 36 44
Octal 275 331 201 15 0 51 17 117 66 104
Binary 10111101 11011001 10000001 1101 0 101001 1111 1001111 110110 1000100

Color Harmonies of #BDD981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD981

Black with #BDD981

Text Example


Text Example

White with #BDD981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD981; }

 p { color: rgb(189,217,129); }

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

background-color css

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

 a { background-color: rgb(189,217,129); }

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

border-color css

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

 span { border-color: rgb(189,217,129); }

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