Html Css Color HEX #BDE88A Sulu

📋 copy color: '#BDE88A'

red 189 ◦ green 232 ◦ blue 138

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

Shades of Sulu #BDE88A

Tints of Sulu #BDE88A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.5%

 BLUE value IS 138 (54.3% from 255) = 24.69%

R = 33.81%
G = 41.5%
B = 24.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#BDE88A (or 0xBDE88A) is known color: Sulu. HEX triplet: BD, E8 and 8A. RGB value is (189,232,138). Sum of RGB (Red+Green+Blue) = 189+232+138=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE88A is #421775. Grayscale: #D0D0D0. Windows color (decimal): -4331382 or 9103549. OLE color: 9103549.

HSL color Cylindrical-coordinate representation of color #BDE88A: hue angle of 87.45º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDE88A is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 138 -
CMYK 0.19 0 0.41 0.09
HSL 87.45º 0.67% 0.73% -
HSV(B) 87.45º 0.41% 0.91% -
XYZ 54.43 70.37 34.76 -
YUV 208.43 88.25 114.14 -
System Red Green Blue C M Y K H S L
Decimal 189 232 138 0.19 0 0.41 0.09 87.45 0.67 0.73
Hex BD E8 8A 13 0 29 9 57 43 49
Octal 275 350 212 23 0 51 11 127 103 111
Binary 10111101 11101000 10001010 10011 0 101001 1001 1010111 1000011 1001001

Color Harmonies of #BDE88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE88A

Black with #BDE88A

Text Example


Text Example

White with #BDE88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE88A; }

 p { color: rgb(189,232,138); }

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

background-color css

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

 a { background-color: rgb(189,232,138); }

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

border-color css

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

 span { border-color: rgb(189,232,138); }

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