Html Css Color HEX #B5CC80 Caper

📋 copy color: '#B5CC80'

red 181 ◦ green 204 ◦ blue 128

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

Shades of Caper #B5CC80

Tints of Caper #B5CC80

RGB

 RED value IS 181 (71.09% from 255) = 35.28%

 GREEN value IS 204 (80.08% from 255) = 39.77%

 BLUE value IS 128 (50.39% from 255) = 24.95%

R = 35.28%
G = 39.77%
B = 24.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#B5CC80 (or 0xB5CC80) is known color: Caper. HEX triplet: B5, CC and 80. RGB value is (181,204,128). Sum of RGB (Red+Green+Blue) = 181+204+128=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CC80 is #4A337F. Grayscale: #BCBCBC. Windows color (decimal): -4862848 or 8441013. OLE color: 8441013.

HSL color Cylindrical-coordinate representation of color #B5CC80: hue angle of 78.16º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5CC80 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 204 128 -
CMYK 0.11 0 0.37 0.2
HSL 78.16º 0.43% 0.65% -
HSV(B) 78.16º 0.37% 0.8% -
XYZ 44.55 54.57 28.61 -
YUV 188.46 93.88 122.68 -
System Red Green Blue C M Y K H S L
Decimal 181 204 128 0.11 0 0.37 0.2 78.16 0.43 0.65
Hex B5 CC 80 B 0 25 14 4E 2B 41
Octal 265 314 200 13 0 45 24 116 53 101
Binary 10110101 11001100 10000000 1011 0 100101 10100 1001110 101011 1000001

Color Harmonies of #B5CC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CC80

Black with #B5CC80

Text Example


Text Example

White with #B5CC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CC80; }

 p { color: rgb(181,204,128); }

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

background-color css

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

 a { background-color: rgb(181,204,128); }

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

border-color css

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

 span { border-color: rgb(181,204,128); }

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