Html Css Color HEX #B1C780 Caper

📋 copy color: '#B1C780'

red 177 ◦ green 199 ◦ blue 128

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

Shades of Caper #B1C780

Tints of Caper #B1C780

RGB

 RED value IS 177 (69.53% from 255) = 35.12%

 GREEN value IS 199 (78.13% from 255) = 39.48%

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

R = 35.12%
G = 39.48%
B = 25.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#B1C780 (or 0xB1C780) is known color: Caper. HEX triplet: B1, C7 and 80. RGB value is (177,199,128). Sum of RGB (Red+Green+Blue) = 177+199+128=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C780 is #4E387F. Grayscale: #B8B8B8. Windows color (decimal): -5126272 or 8439729. OLE color: 8439729.

HSL color Cylindrical-coordinate representation of color #B1C780: hue angle of 78.59º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1C780 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 199 128 -
CMYK 0.11 0 0.36 0.22
HSL 78.59º 0.39% 0.64% -
HSV(B) 78.59º 0.36% 0.78% -
XYZ 42.45 51.75 28.17 -
YUV 184.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 177 199 128 0.11 0 0.36 0.22 78.59 0.39 0.64
Hex B1 C7 80 B 0 24 16 4F 27 40
Octal 261 307 200 13 0 44 26 117 47 100
Binary 10110001 11000111 10000000 1011 0 100100 10110 1001111 100111 1000000

Color Harmonies of #B1C780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C780

Black with #B1C780

Text Example


Text Example

White with #B1C780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C780; }

 p { color: rgb(177,199,128); }

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

background-color css

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

 a { background-color: rgb(177,199,128); }

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

border-color css

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

 span { border-color: rgb(177,199,128); }

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