Html Css Color HEX #B6C38D Caper

📋 copy color: '#B6C38D'

red 182 ◦ green 195 ◦ blue 141

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

Shades of Caper #B6C38D

Tints of Caper #B6C38D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.64%

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

R = 35.14%
G = 37.64%
B = 27.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#B6C38D (or 0xB6C38D) is known color: Caper. HEX triplet: B6, C3 and 8D. RGB value is (182,195,141). Sum of RGB (Red+Green+Blue) = 182+195+141=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C38D is #493C72. Grayscale: #B9B9B9. Windows color (decimal): -4799603 or 9290678. OLE color: 9290678.

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

Color convert

RGB 182 195 141 -
CMYK 0.07 0 0.28 0.24
HSL 74.44º 0.31% 0.66% -
HSV(B) 74.44º 0.28% 0.76% -
XYZ 43.61 50.9 32.72 -
YUV 184.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 182 195 141 0.07 0 0.28 0.24 74.44 0.31 0.66
Hex B6 C3 8D 7 0 1C 18 4A 1F 42
Octal 266 303 215 7 0 34 30 112 37 102
Binary 10110110 11000011 10001101 111 0 11100 11000 1001010 11111 1000010

Color Harmonies of #B6C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C38D

Black with #B6C38D

Text Example


Text Example

White with #B6C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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