Html Css Color HEX #B6C87C Caper

📋 copy color: '#B6C87C'

red 182 ◦ green 200 ◦ blue 124

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

Shades of Caper #B6C87C

Tints of Caper #B6C87C

RGB

 RED value IS 182 (71.48% from 255) = 35.97%

 GREEN value IS 200 (78.52% from 255) = 39.53%

 BLUE value IS 124 (48.83% from 255) = 24.51%

R = 35.97%
G = 39.53%
B = 24.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#B6C87C (or 0xB6C87C) is known color: Caper. HEX triplet: B6, C8 and 7C. RGB value is (182,200,124). Sum of RGB (Red+Green+Blue) = 182+200+124=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C87C is #493783. Grayscale: #BABABA. Windows color (decimal): -4798340 or 8177846. OLE color: 8177846.

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

Color convert

RGB 182 200 124 -
CMYK 0.09 0 0.38 0.22
HSL 74.21º 0.41% 0.64% -
HSV(B) 74.21º 0.38% 0.78% -
XYZ 43.58 52.71 26.95 -
YUV 185.95 93.04 125.18 -
System Red Green Blue C M Y K H S L
Decimal 182 200 124 0.09 0 0.38 0.22 74.21 0.41 0.64
Hex B6 C8 7C 9 0 26 16 4A 29 40
Octal 266 310 174 11 0 46 26 112 51 100
Binary 10110110 11001000 1111100 1001 0 100110 10110 1001010 101001 1000000

Color Harmonies of #B6C87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C87C

Black with #B6C87C

Text Example


Text Example

White with #B6C87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C87C; }

 p { color: rgb(182,200,124); }

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

background-color css

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

 a { background-color: rgb(182,200,124); }

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

border-color css

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

 span { border-color: rgb(182,200,124); }

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