Html Css Color HEX #BDEA90 Sulu

📋 copy color: '#BDEA90'

red 189 ◦ green 234 ◦ blue 144

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

Shades of Sulu #BDEA90

Tints of Sulu #BDEA90

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.27%

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

R = 33.33%
G = 41.27%
B = 25.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#BDEA90 (or 0xBDEA90) is known color: Sulu. HEX triplet: BD, EA and 90. RGB value is (189,234,144). Sum of RGB (Red+Green+Blue) = 189+234+144=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA90 is #42156F. Grayscale: #D2D2D2. Windows color (decimal): -4330864 or 9497277. OLE color: 9497277.

HSL color Cylindrical-coordinate representation of color #BDEA90: hue angle of 90º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDEA90 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 144 -
CMYK 0.19 0 0.38 0.08
HSL 90º 0.68% 0.74% -
HSV(B) 90º 0.38% 0.92% -
XYZ 55.44 71.68 37.3 -
YUV 210.29 90.59 112.82 -
System Red Green Blue C M Y K H S L
Decimal 189 234 144 0.19 0 0.38 0.08 90 0.68 0.74
Hex BD EA 90 13 0 26 8 5A 44 4A
Octal 275 352 220 23 0 46 10 132 104 112
Binary 10111101 11101010 10010000 10011 0 100110 1000 1011010 1000100 1001010

Color Harmonies of #BDEA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA90

Black with #BDEA90

Text Example


Text Example

White with #BDEA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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