Html Css Color HEX #BDE090 Sulu

📋 copy color: '#BDE090'

red 189 ◦ green 224 ◦ blue 144

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

Shades of Sulu #BDE090

Tints of Sulu #BDE090

RGB

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

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

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

R = 33.93%
G = 40.22%
B = 25.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#BDE090 (or 0xBDE090) is known color: Sulu. HEX triplet: BD, E0 and 90. RGB value is (189,224,144). Sum of RGB (Red+Green+Blue) = 189+224+144=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE090 is #421F6F. Grayscale: #CCCCCC. Windows color (decimal): -4333424 or 9494717. OLE color: 9494717.

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

Color convert

RGB 189 224 144 -
CMYK 0.16 0 0.36 0.12
HSL 86.25º 0.56% 0.72% -
HSV(B) 86.25º 0.36% 0.88% -
XYZ 52.68 66.14 36.38 -
YUV 204.42 93.9 117 -
System Red Green Blue C M Y K H S L
Decimal 189 224 144 0.16 0 0.36 0.12 86.25 0.56 0.72
Hex BD E0 90 10 0 24 C 56 38 48
Octal 275 340 220 20 0 44 14 126 70 110
Binary 10111101 11100000 10010000 10000 0 100100 1100 1010110 111000 1001000

Color Harmonies of #BDE090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE090

Black with #BDE090

Text Example


Text Example

White with #BDE090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE090; }

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

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

background-color css

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

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

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

border-color css

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

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

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