Html Css Color HEX #BDE991 Sulu

📋 copy color: '#BDE991'

red 189 ◦ green 233 ◦ blue 145

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

Shades of Sulu #BDE991

Tints of Sulu #BDE991

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.09%

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

R = 33.33%
G = 41.09%
B = 25.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#BDE991 (or 0xBDE991) is known color: Sulu. HEX triplet: BD, E9 and 91. RGB value is (189,233,145). Sum of RGB (Red+Green+Blue) = 189+233+145=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE991 is #42166E. Grayscale: #D2D2D2. Windows color (decimal): -4331119 or 9562557. OLE color: 9562557.

HSL color Cylindrical-coordinate representation of color #BDE991: hue angle of 90º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDE991 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 145 -
CMYK 0.19 0 0.38 0.09
HSL 90º 0.67% 0.74% -
HSV(B) 90º 0.38% 0.91% -
XYZ 55.24 71.14 37.61 -
YUV 209.81 91.42 113.16 -
System Red Green Blue C M Y K H S L
Decimal 189 233 145 0.19 0 0.38 0.09 90 0.67 0.74
Hex BD E9 91 13 0 26 9 5A 43 4A
Octal 275 351 221 23 0 46 11 132 103 112
Binary 10111101 11101001 10010001 10011 0 100110 1001 1011010 1000011 1001010

Color Harmonies of #BDE991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE991

Black with #BDE991

Text Example


Text Example

White with #BDE991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE991; }

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

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

background-color css

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

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

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

border-color css

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

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

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