Html Css Color HEX #B6C47F Caper

📋 copy color: '#B6C47F'

red 182 ◦ green 196 ◦ blue 127

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

Shades of Caper #B6C47F

Tints of Caper #B6C47F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.81%

 BLUE value IS 127 (50% from 255) = 25.15%

R = 36.04%
G = 38.81%
B = 25.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#B6C47F (or 0xB6C47F) is known color: Caper. HEX triplet: B6, C4 and 7F. RGB value is (182,196,127). Sum of RGB (Red+Green+Blue) = 182+196+127=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C47F is #493B80. Grayscale: #B8B8B8. Windows color (decimal): -4799361 or 8373430. OLE color: 8373430.

HSL color Cylindrical-coordinate representation of color #B6C47F: hue angle of 72.17º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6C47F is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 196 127 -
CMYK 0.07 0 0.35 0.23
HSL 72.17º 0.37% 0.63% -
HSV(B) 72.17º 0.35% 0.77% -
XYZ 42.86 50.96 27.66 -
YUV 183.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 182 196 127 0.07 0 0.35 0.23 72.17 0.37 0.63
Hex B6 C4 7F 7 0 23 17 48 25 3F
Octal 266 304 177 7 0 43 27 110 45 77
Binary 10110110 11000100 1111111 111 0 100011 10111 1001000 100101 111111

Color Harmonies of #B6C47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C47F

Black with #B6C47F

Text Example


Text Example

White with #B6C47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C47F; }

 p { color: rgb(182,196,127); }

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

background-color css

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

 a { background-color: rgb(182,196,127); }

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

border-color css

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

 span { border-color: rgb(182,196,127); }

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