Html Css Color HEX #B6C68D Caper

📋 copy color: '#B6C68D'

red 182 ◦ green 198 ◦ blue 141

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

Shades of Caper #B6C68D

Tints of Caper #B6C68D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38%

 BLUE value IS 141 (55.47% from 255) = 27.06%

R = 34.93%
G = 38%
B = 27.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#B6C68D (or 0xB6C68D) is known color: Caper. HEX triplet: B6, C6 and 8D. RGB value is (182,198,141). Sum of RGB (Red+Green+Blue) = 182+198+141=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C68D is #493972. Grayscale: #BABABA. Windows color (decimal): -4798835 or 9291446. OLE color: 9291446.

HSL color Cylindrical-coordinate representation of color #B6C68D: hue angle of 76.84º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6C68D is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 198 141 -
CMYK 0.08 0 0.29 0.22
HSL 76.84º 0.33% 0.66% -
HSV(B) 76.84º 0.29% 0.78% -
XYZ 44.29 52.26 32.95 -
YUV 186.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 182 198 141 0.08 0 0.29 0.22 76.84 0.33 0.66
Hex B6 C6 8D 8 0 1D 16 4D 21 42
Octal 266 306 215 10 0 35 26 115 41 102
Binary 10110110 11000110 10001101 1000 0 11101 10110 1001101 100001 1000010

Color Harmonies of #B6C68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C68D

Black with #B6C68D

Text Example


Text Example

White with #B6C68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C68D; }

 p { color: rgb(182,198,141); }

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

background-color css

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

 a { background-color: rgb(182,198,141); }

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

border-color css

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

 span { border-color: rgb(182,198,141); }

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