Html Css Color HEX #B7CA80 Caper

📋 copy color: '#B7CA80'

red 183 ◦ green 202 ◦ blue 128

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

Shades of Caper #B7CA80

Tints of Caper #B7CA80

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.38%

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

R = 35.67%
G = 39.38%
B = 24.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#B7CA80 (or 0xB7CA80) is known color: Caper. HEX triplet: B7, CA and 80. RGB value is (183,202,128). Sum of RGB (Red+Green+Blue) = 183+202+128=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CA80 is #48357F. Grayscale: #BCBCBC. Windows color (decimal): -4732288 or 8440503. OLE color: 8440503.

HSL color Cylindrical-coordinate representation of color #B7CA80: hue angle of 75.41º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7CA80 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 202 128 -
CMYK 0.09 0 0.37 0.21
HSL 75.41º 0.41% 0.65% -
HSV(B) 75.41º 0.37% 0.79% -
XYZ 44.55 53.87 28.47 -
YUV 187.88 94.21 124.52 -
System Red Green Blue C M Y K H S L
Decimal 183 202 128 0.09 0 0.37 0.21 75.41 0.41 0.65
Hex B7 CA 80 9 0 25 15 4B 29 41
Octal 267 312 200 11 0 45 25 113 51 101
Binary 10110111 11001010 10000000 1001 0 100101 10101 1001011 101001 1000001

Color Harmonies of #B7CA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CA80

Black with #B7CA80

Text Example


Text Example

White with #B7CA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CA80; }

 p { color: rgb(183,202,128); }

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

background-color css

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

 a { background-color: rgb(183,202,128); }

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

border-color css

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

 span { border-color: rgb(183,202,128); }

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