Html Css Color HEX #BDE190 Sulu

📋 copy color: '#BDE190'

red 189 ◦ green 225 ◦ blue 144

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

Shades of Sulu #BDE190

Tints of Sulu #BDE190

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.32%

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

R = 33.87%
G = 40.32%
B = 25.81%

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

#BDE190 (or 0xBDE190) is known color: Sulu. HEX triplet: BD, E1 and 90. RGB value is (189,225,144). Sum of RGB (Red+Green+Blue) = 189+225+144=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE190 is #421E6F. Grayscale: #CDCDCD. Windows color (decimal): -4333168 or 9494973. OLE color: 9494973.

HSL color Cylindrical-coordinate representation of color #BDE190: hue angle of 86.67º degrees, saturation: 0.57, 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 #BDE190 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 144 -
CMYK 0.16 0 0.36 0.12
HSL 86.67º 0.57% 0.72% -
HSV(B) 86.67º 0.36% 0.88% -
XYZ 52.95 66.68 36.47 -
YUV 205 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 189 225 144 0.16 0 0.36 0.12 86.67 0.57 0.72
Hex BD E1 90 10 0 24 C 57 39 48
Octal 275 341 220 20 0 44 14 127 71 110
Binary 10111101 11100001 10010000 10000 0 100100 1100 1010111 111001 1001000

Color Harmonies of #BDE190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE190

Black with #BDE190

Text Example


Text Example

White with #BDE190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE190; }

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

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

background-color css

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

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

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

border-color css

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

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

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