Html Css Color HEX #BDE08B Sulu

📋 copy color: '#BDE08B'

red 189 ◦ green 224 ◦ blue 139

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

Shades of Sulu #BDE08B

Tints of Sulu #BDE08B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.58%

 BLUE value IS 139 (54.69% from 255) = 25.18%

R = 34.24%
G = 40.58%
B = 25.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#BDE08B (or 0xBDE08B) is known color: Sulu. HEX triplet: BD, E0 and 8B. RGB value is (189,224,139). Sum of RGB (Red+Green+Blue) = 189+224+139=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE08B is #421F74. Grayscale: #CCCCCC. Windows color (decimal): -4333429 or 9167037. OLE color: 9167037.

HSL color Cylindrical-coordinate representation of color #BDE08B: hue angle of 84.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDE08B is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 139 -
CMYK 0.16 0 0.38 0.12
HSL 84.71º 0.58% 0.71% -
HSV(B) 84.71º 0.38% 0.88% -
XYZ 52.3 65.99 34.41 -
YUV 203.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 189 224 139 0.16 0 0.38 0.12 84.71 0.58 0.71
Hex BD E0 8B 10 0 26 C 55 3A 47
Octal 275 340 213 20 0 46 14 125 72 107
Binary 10111101 11100000 10001011 10000 0 100110 1100 1010101 111010 1000111

Color Harmonies of #BDE08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE08B

Black with #BDE08B

Text Example


Text Example

White with #BDE08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE08B; }

 p { color: rgb(189,224,139); }

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

background-color css

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

 a { background-color: rgb(189,224,139); }

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

border-color css

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

 span { border-color: rgb(189,224,139); }

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