Html Css Color HEX #BDE990 Sulu

📋 copy color: '#BDE990'

red 189 ◦ green 233 ◦ blue 144

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

Shades of Sulu #BDE990

Tints of Sulu #BDE990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.44%

R = 33.39%
G = 41.17%
B = 25.44%

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

#BDE990 (or 0xBDE990) is known color: Sulu. HEX triplet: BD, E9 and 90. RGB value is (189,233,144). Sum of RGB (Red+Green+Blue) = 189+233+144=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE990 is #42166F. Grayscale: #D2D2D2. Windows color (decimal): -4331120 or 9497021. OLE color: 9497021.

HSL color Cylindrical-coordinate representation of color #BDE990: hue angle of 89.66º 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 #BDE990 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 144 -
CMYK 0.19 0 0.38 0.09
HSL 89.66º 0.67% 0.74% -
HSV(B) 89.66º 0.38% 0.91% -
XYZ 55.16 71.11 37.2 -
YUV 209.7 90.92 113.24 -
System Red Green Blue C M Y K H S L
Decimal 189 233 144 0.19 0 0.38 0.09 89.66 0.67 0.74
Hex BD E9 90 13 0 26 9 5A 43 4A
Octal 275 351 220 23 0 46 11 132 103 112
Binary 10111101 11101001 10010000 10011 0 100110 1001 1011010 1000011 1001010

Color Harmonies of #BDE990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE990

Black with #BDE990

Text Example


Text Example

White with #BDE990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE990; }

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

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

background-color css

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

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

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

border-color css

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

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

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