Html Css Color HEX #B6C28D Caper

📋 copy color: '#B6C28D'

red 182 ◦ green 194 ◦ blue 141

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

Shades of Caper #B6C28D

Tints of Caper #B6C28D

RGB

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

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

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

R = 35.2%
G = 37.52%
B = 27.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#B6C28D (or 0xB6C28D) is known color: Caper. HEX triplet: B6, C2 and 8D. RGB value is (182,194,141). Sum of RGB (Red+Green+Blue) = 182+194+141=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C28D is #493D72. Grayscale: #B8B8B8. Windows color (decimal): -4799859 or 9290422. OLE color: 9290422.

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

Color convert

RGB 182 194 141 -
CMYK 0.06 0 0.27 0.24
HSL 73.58º 0.3% 0.66% -
HSV(B) 73.58º 0.27% 0.76% -
XYZ 43.39 50.45 32.65 -
YUV 184.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 182 194 141 0.06 0 0.27 0.24 73.58 0.3 0.66
Hex B6 C2 8D 6 0 1B 18 4A 1E 42
Octal 266 302 215 6 0 33 30 112 36 102
Binary 10110110 11000010 10001101 110 0 11011 11000 1001010 11110 1000010

Color Harmonies of #B6C28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C28D

Black with #B6C28D

Text Example


Text Example

White with #B6C28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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