Html Css Color HEX #B5CE80 Caper

📋 copy color: '#B5CE80'

red 181 ◦ green 206 ◦ blue 128

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

Shades of Caper #B5CE80

Tints of Caper #B5CE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40%

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

R = 35.15%
G = 40%
B = 24.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#B5CE80 (or 0xB5CE80) is known color: Caper. HEX triplet: B5, CE and 80. RGB value is (181,206,128). Sum of RGB (Red+Green+Blue) = 181+206+128=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CE80 is #4A317F. Grayscale: #BDBDBD. Windows color (decimal): -4862336 or 8441525. OLE color: 8441525.

HSL color Cylindrical-coordinate representation of color #B5CE80: hue angle of 79.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5CE80 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 206 128 -
CMYK 0.12 0 0.38 0.19
HSL 79.23º 0.44% 0.65% -
HSV(B) 79.23º 0.38% 0.81% -
XYZ 45.02 55.52 28.77 -
YUV 189.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 181 206 128 0.12 0 0.38 0.19 79.23 0.44 0.65
Hex B5 CE 80 C 0 26 13 4F 2C 41
Octal 265 316 200 14 0 46 23 117 54 101
Binary 10110101 11001110 10000000 1100 0 100110 10011 1001111 101100 1000001

Color Harmonies of #B5CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CE80

Black with #B5CE80

Text Example


Text Example

White with #B5CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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