Html Css Color HEX #B6C291 Caper

📋 copy color: '#B6C291'

red 182 ◦ green 194 ◦ blue 145

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

Shades of Caper #B6C291

Tints of Caper #B6C291

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.24%

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

R = 34.93%
G = 37.24%
B = 27.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#B6C291 (or 0xB6C291) is known color: Caper. HEX triplet: B6, C2 and 91. RGB value is (182,194,145). Sum of RGB (Red+Green+Blue) = 182+194+145=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C291 is #493D6E. Grayscale: #B9B9B9. Windows color (decimal): -4799855 or 9552566. OLE color: 9552566.

HSL color Cylindrical-coordinate representation of color #B6C291: hue angle of 74.69º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6C291 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 145 -
CMYK 0.06 0 0.25 0.24
HSL 74.69º 0.29% 0.66% -
HSV(B) 74.69º 0.25% 0.76% -
XYZ 43.69 50.57 34.25 -
YUV 184.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 182 194 145 0.06 0 0.25 0.24 74.69 0.29 0.66
Hex B6 C2 91 6 0 19 18 4B 1D 42
Octal 266 302 221 6 0 31 30 113 35 102
Binary 10110110 11000010 10010001 110 0 11001 11000 1001011 11101 1000010

Color Harmonies of #B6C291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C291

Black with #B6C291

Text Example


Text Example

White with #B6C291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C291; }

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

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

background-color css

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

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

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

border-color css

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

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

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