Html Css Color HEX #BDEA82 Sulu

📋 copy color: '#BDEA82'

red 189 ◦ green 234 ◦ blue 130

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

Shades of Sulu #BDEA82

Tints of Sulu #BDEA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.51%

R = 34.18%
G = 42.31%
B = 23.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#BDEA82 (or 0xBDEA82) is known color: Sulu. HEX triplet: BD, EA and 82. RGB value is (189,234,130). Sum of RGB (Red+Green+Blue) = 189+234+130=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA82 is #42157D. Grayscale: #D1D1D1. Windows color (decimal): -4330878 or 8579773. OLE color: 8579773.

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

Color convert

RGB 189 234 130 -
CMYK 0.19 0 0.44 0.08
HSL 85.96º 0.71% 0.71% -
HSV(B) 85.96º 0.44% 0.92% -
XYZ 54.44 71.28 32.01 -
YUV 208.69 83.59 113.96 -
System Red Green Blue C M Y K H S L
Decimal 189 234 130 0.19 0 0.44 0.08 85.96 0.71 0.71
Hex BD EA 82 13 0 2C 8 56 47 47
Octal 275 352 202 23 0 54 10 126 107 107
Binary 10111101 11101010 10000010 10011 0 101100 1000 1010110 1000111 1000111

Color Harmonies of #BDEA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA82

Black with #BDEA82

Text Example


Text Example

White with #BDEA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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