Html Css Color HEX #BDE491 Sulu

📋 copy color: '#BDE491'

red 189 ◦ green 228 ◦ blue 145

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

Shades of Sulu #BDE491

Tints of Sulu #BDE491

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.57%

 BLUE value IS 145 (57.03% from 255) = 25.8%

R = 33.63%
G = 40.57%
B = 25.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#BDE491 (or 0xBDE491) is known color: Sulu. HEX triplet: BD, E4 and 91. RGB value is (189,228,145). Sum of RGB (Red+Green+Blue) = 189+228+145=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE491 is #421B6E. Grayscale: #CFCFCF. Windows color (decimal): -4332399 or 9561277. OLE color: 9561277.

HSL color Cylindrical-coordinate representation of color #BDE491: hue angle of 88.19º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDE491 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 145 -
CMYK 0.17 0 0.36 0.11
HSL 88.19º 0.61% 0.73% -
HSV(B) 88.19º 0.36% 0.89% -
XYZ 53.84 68.35 37.14 -
YUV 206.88 93.08 115.25 -
System Red Green Blue C M Y K H S L
Decimal 189 228 145 0.17 0 0.36 0.11 88.19 0.61 0.73
Hex BD E4 91 11 0 24 B 58 3D 49
Octal 275 344 221 21 0 44 13 130 75 111
Binary 10111101 11100100 10010001 10001 0 100100 1011 1011000 111101 1001001

Color Harmonies of #BDE491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE491

Black with #BDE491

Text Example


Text Example

White with #BDE491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE491; }

 p { color: rgb(189,228,145); }

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

background-color css

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

 a { background-color: rgb(189,228,145); }

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

border-color css

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

 span { border-color: rgb(189,228,145); }

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