Html Css Color HEX #B1C782 Caper

📋 copy color: '#B1C782'

red 177 ◦ green 199 ◦ blue 130

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

Shades of Caper #B1C782

Tints of Caper #B1C782

RGB

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

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

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

R = 34.98%
G = 39.33%
B = 25.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#B1C782 (or 0xB1C782) is known color: Caper. HEX triplet: B1, C7 and 82. RGB value is (177,199,130). Sum of RGB (Red+Green+Blue) = 177+199+130=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C782 is #4E387D. Grayscale: #B8B8B8. Windows color (decimal): -5126270 or 8570801. OLE color: 8570801.

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

Color convert

RGB 177 199 130 -
CMYK 0.11 0 0.35 0.22
HSL 79.13º 0.38% 0.65% -
HSV(B) 79.13º 0.35% 0.78% -
XYZ 42.58 51.81 28.87 -
YUV 184.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 177 199 130 0.11 0 0.35 0.22 79.13 0.38 0.65
Hex B1 C7 82 B 0 23 16 4F 26 41
Octal 261 307 202 13 0 43 26 117 46 101
Binary 10110001 11000111 10000010 1011 0 100011 10110 1001111 100110 1000001

Color Harmonies of #B1C782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C782

Black with #B1C782

Text Example


Text Example

White with #B1C782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C782; }

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

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

background-color css

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

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

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

border-color css

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

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

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