Html Css Color HEX #BDED90 Sulu

📋 copy color: '#BDED90'

red 189 ◦ green 237 ◦ blue 144

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

Shades of Sulu #BDED90

Tints of Sulu #BDED90

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.58%

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

R = 33.16%
G = 41.58%
B = 25.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#BDED90 (or 0xBDED90) is known color: Sulu. HEX triplet: BD, ED and 90. RGB value is (189,237,144). Sum of RGB (Red+Green+Blue) = 189+237+144=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDED90 is #42126F. Grayscale: #D4D4D4. Windows color (decimal): -4330096 or 9498045. OLE color: 9498045.

HSL color Cylindrical-coordinate representation of color #BDED90: hue angle of 90.97º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDED90 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 144 -
CMYK 0.20 0 0.39 0.07
HSL 90.97º 0.72% 0.75% -
HSV(B) 90.97º 0.39% 0.93% -
XYZ 56.3 73.4 37.59 -
YUV 212.05 89.6 111.56 -
System Red Green Blue C M Y K H S L
Decimal 189 237 144 0.20 0 0.39 0.07 90.97 0.72 0.75
Hex BD ED 90 14 0 27 7 5B 48 4B
Octal 275 355 220 24 0 47 7 133 110 113
Binary 10111101 11101101 10010000 10100 0 100111 111 1011011 1001000 1001011

Color Harmonies of #BDED90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDED90

Black with #BDED90

Text Example


Text Example

White with #BDED90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDED90; }

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

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

background-color css

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

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

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

border-color css

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

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

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