Html Css Color HEX #BDD581 Sulu

📋 copy color: '#BDD581'

red 189 ◦ green 213 ◦ blue 129

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

Shades of Sulu #BDD581

Tints of Sulu #BDD581

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.11%

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

R = 35.59%
G = 40.11%
B = 24.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#BDD581 (or 0xBDD581) is known color: Sulu. HEX triplet: BD, D5 and 81. RGB value is (189,213,129). Sum of RGB (Red+Green+Blue) = 189+213+129=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD581 is #422A7E. Grayscale: #C4C4C4. Windows color (decimal): -4336255 or 8508861. OLE color: 8508861.

HSL color Cylindrical-coordinate representation of color #BDD581: hue angle of 77.14º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDD581 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 129 -
CMYK 0.11 0 0.39 0.16
HSL 77.14º 0.5% 0.67% -
HSV(B) 77.14º 0.39% 0.84% -
XYZ 48.74 59.99 29.78 -
YUV 196.25 90.05 122.83 -
System Red Green Blue C M Y K H S L
Decimal 189 213 129 0.11 0 0.39 0.16 77.14 0.5 0.67
Hex BD D5 81 B 0 27 10 4D 32 43
Octal 275 325 201 13 0 47 20 115 62 103
Binary 10111101 11010101 10000001 1011 0 100111 10000 1001101 110010 1000011

Color Harmonies of #BDD581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD581

Black with #BDD581

Text Example


Text Example

White with #BDD581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD581; }

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

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

background-color css

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

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

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

border-color css

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

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

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