Html Css Color HEX #BDE690 Sulu

📋 copy color: '#BDE690'

red 189 ◦ green 230 ◦ blue 144

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

Shades of Sulu #BDE690

Tints of Sulu #BDE690

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.85%

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

R = 33.57%
G = 40.85%
B = 25.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#BDE690 (or 0xBDE690) is known color: Sulu. HEX triplet: BD, E6 and 90. RGB value is (189,230,144). Sum of RGB (Red+Green+Blue) = 189+230+144=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE690 is #42196F. Grayscale: #D0D0D0. Windows color (decimal): -4331888 or 9496253. OLE color: 9496253.

HSL color Cylindrical-coordinate representation of color #BDE690: hue angle of 88.6º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDE690 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 144 -
CMYK 0.18 0 0.37 0.10
HSL 88.6º 0.63% 0.73% -
HSV(B) 88.6º 0.37% 0.9% -
XYZ 54.32 69.43 36.92 -
YUV 207.94 91.92 114.49 -
System Red Green Blue C M Y K H S L
Decimal 189 230 144 0.18 0 0.37 0.10 88.6 0.63 0.73
Hex BD E6 90 12 0 25 A 59 3F 49
Octal 275 346 220 22 0 45 12 131 77 111
Binary 10111101 11100110 10010000 10010 0 100101 1010 1011001 111111 1001001

Color Harmonies of #BDE690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE690

Black with #BDE690

Text Example


Text Example

White with #BDE690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE690; }

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

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

background-color css

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

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

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

border-color css

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

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

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