Html Css Color HEX #BDEC90 Sulu

📋 copy color: '#BDEC90'

red 189 ◦ green 236 ◦ blue 144

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

Shades of Sulu #BDEC90

Tints of Sulu #BDEC90

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.48%

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

R = 33.22%
G = 41.48%
B = 25.31%

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

#BDEC90 (or 0xBDEC90) is known color: Sulu. HEX triplet: BD, EC and 90. RGB value is (189,236,144). Sum of RGB (Red+Green+Blue) = 189+236+144=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEC90 is #42136F. Grayscale: #D3D3D3. Windows color (decimal): -4330352 or 9497789. OLE color: 9497789.

HSL color Cylindrical-coordinate representation of color #BDEC90: hue angle of 90.65º degrees, saturation: 0.71, 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 #BDEC90 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 144 -
CMYK 0.20 0 0.39 0.07
HSL 90.65º 0.71% 0.75% -
HSV(B) 90.65º 0.39% 0.93% -
XYZ 56.02 72.82 37.49 -
YUV 211.46 89.93 111.98 -
System Red Green Blue C M Y K H S L
Decimal 189 236 144 0.20 0 0.39 0.07 90.65 0.71 0.75
Hex BD EC 90 14 0 27 7 5B 47 4B
Octal 275 354 220 24 0 47 7 133 107 113
Binary 10111101 11101100 10010000 10100 0 100111 111 1011011 1000111 1001011

Color Harmonies of #BDEC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEC90

Black with #BDEC90

Text Example


Text Example

White with #BDEC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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