Html Css Color HEX #B6CC8B Caper

📋 copy color: '#B6CC8B'

red 182 ◦ green 204 ◦ blue 139

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

Shades of Caper #B6CC8B

Tints of Caper #B6CC8B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.86%

 BLUE value IS 139 (54.69% from 255) = 26.48%

R = 34.67%
G = 38.86%
B = 26.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#B6CC8B (or 0xB6CC8B) is known color: Caper. HEX triplet: B6, CC and 8B. RGB value is (182,204,139). Sum of RGB (Red+Green+Blue) = 182+204+139=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CC8B is #493374. Grayscale: #BEBEBE. Windows color (decimal): -4797301 or 9161910. OLE color: 9161910.

HSL color Cylindrical-coordinate representation of color #B6CC8B: hue angle of 80.31º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6CC8B is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 204 139 -
CMYK 0.11 0 0.32 0.2
HSL 80.31º 0.39% 0.67% -
HSV(B) 80.31º 0.32% 0.8% -
XYZ 45.54 54.99 32.64 -
YUV 190.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 182 204 139 0.11 0 0.32 0.2 80.31 0.39 0.67
Hex B6 CC 8B B 0 20 14 50 27 43
Octal 266 314 213 13 0 40 24 120 47 103
Binary 10110110 11001100 10001011 1011 0 100000 10100 1010000 100111 1000011

Color Harmonies of #B6CC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CC8B

Black with #B6CC8B

Text Example


Text Example

White with #B6CC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CC8B; }

 p { color: rgb(182,204,139); }

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

background-color css

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

 a { background-color: rgb(182,204,139); }

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

border-color css

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

 span { border-color: rgb(182,204,139); }

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