Html Css Color HEX #B6C98D Caper

📋 copy color: '#B6C98D'

red 182 ◦ green 201 ◦ blue 141

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

Shades of Caper #B6C98D

Tints of Caper #B6C98D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.36%

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

R = 34.73%
G = 38.36%
B = 26.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#B6C98D (or 0xB6C98D) is known color: Caper. HEX triplet: B6, C9 and 8D. RGB value is (182,201,141). Sum of RGB (Red+Green+Blue) = 182+201+141=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C98D is #493672. Grayscale: #BCBCBC. Windows color (decimal): -4798067 or 9292214. OLE color: 9292214.

HSL color Cylindrical-coordinate representation of color #B6C98D: hue angle of 79º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6C98D is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 201 141 -
CMYK 0.09 0 0.30 0.21
HSL 79º 0.36% 0.67% -
HSV(B) 79º 0.3% 0.79% -
XYZ 44.99 53.64 33.18 -
YUV 188.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 182 201 141 0.09 0 0.30 0.21 79 0.36 0.67
Hex B6 C9 8D 9 0 1E 15 4F 24 43
Octal 266 311 215 11 0 36 25 117 44 103
Binary 10110110 11001001 10001101 1001 0 11110 10101 1001111 100100 1000011

Color Harmonies of #B6C98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C98D

Black with #B6C98D

Text Example


Text Example

White with #B6C98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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