Html Css Color HEX #B6C491 Caper

📋 copy color: '#B6C491'

red 182 ◦ green 196 ◦ blue 145

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

Shades of Caper #B6C491

Tints of Caper #B6C491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.72%

R = 34.8%
G = 37.48%
B = 27.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#B6C491 (or 0xB6C491) is known color: Caper. HEX triplet: B6, C4 and 91. RGB value is (182,196,145). Sum of RGB (Red+Green+Blue) = 182+196+145=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C491 is #493B6E. Grayscale: #BABABA. Windows color (decimal): -4799343 or 9553078. OLE color: 9553078.

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

Color convert

RGB 182 196 145 -
CMYK 0.07 0 0.26 0.23
HSL 76.47º 0.3% 0.67% -
HSV(B) 76.47º 0.26% 0.77% -
XYZ 44.14 51.47 34.4 -
YUV 186 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 182 196 145 0.07 0 0.26 0.23 76.47 0.3 0.67
Hex B6 C4 91 7 0 1A 17 4C 1E 43
Octal 266 304 221 7 0 32 27 114 36 103
Binary 10110110 11000100 10010001 111 0 11010 10111 1001100 11110 1000011

Color Harmonies of #B6C491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C491

Black with #B6C491

Text Example


Text Example

White with #B6C491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C491; }

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

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

background-color css

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

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

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

border-color css

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

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

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