Html Css Color HEX #B7DC82 Sulu

📋 copy color: '#B7DC82'

red 183 ◦ green 220 ◦ blue 130

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

Shades of Sulu #B7DC82

Tints of Sulu #B7DC82

RGB

 RED value IS 183 (71.88% from 255) = 34.33%

 GREEN value IS 220 (86.33% from 255) = 41.28%

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

R = 34.33%
G = 41.28%
B = 24.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#B7DC82 (or 0xB7DC82) is known color: Sulu. HEX triplet: B7, DC and 82. RGB value is (183,220,130). Sum of RGB (Red+Green+Blue) = 183+220+130=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DC82 is #48237D. Grayscale: #C7C7C7. Windows color (decimal): -4727678 or 8576183. OLE color: 8576183.

HSL color Cylindrical-coordinate representation of color #B7DC82: hue angle of 84.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7DC82 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 220 130 -
CMYK 0.17 0 0.41 0.14
HSL 84.67º 0.56% 0.69% -
HSV(B) 84.67º 0.41% 0.86% -
XYZ 49.15 62.87 30.66 -
YUV 198.68 89.24 116.82 -
System Red Green Blue C M Y K H S L
Decimal 183 220 130 0.17 0 0.41 0.14 84.67 0.56 0.69
Hex B7 DC 82 11 0 29 E 55 38 45
Octal 267 334 202 21 0 51 16 125 70 105
Binary 10110111 11011100 10000010 10001 0 101001 1110 1010101 111000 1000101

Color Harmonies of #B7DC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DC82

Black with #B7DC82

Text Example


Text Example

White with #B7DC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DC82; }

 p { color: rgb(183,220,130); }

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

background-color css

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

 a { background-color: rgb(183,220,130); }

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

border-color css

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

 span { border-color: rgb(183,220,130); }

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