Html Css Color HEX #B2C885 Caper

📋 copy color: '#B2C885'

red 178 ◦ green 200 ◦ blue 133

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

Shades of Caper #B2C885

Tints of Caper #B2C885

RGB

 RED value IS 178 (69.92% from 255) = 34.83%

 GREEN value IS 200 (78.52% from 255) = 39.14%

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 34.83%
G = 39.14%
B = 26.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#B2C885 (or 0xB2C885) is known color: Caper. HEX triplet: B2, C8 and 85. RGB value is (178,200,133). Sum of RGB (Red+Green+Blue) = 178+200+133=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C885 is #4D377A. Grayscale: #BABABA. Windows color (decimal): -5060475 or 8767666. OLE color: 8767666.

HSL color Cylindrical-coordinate representation of color #B2C885: hue angle of 79.7º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2C885 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 133 -
CMYK 0.11 0 0.34 0.22
HSL 79.7º 0.38% 0.65% -
HSV(B) 79.7º 0.34% 0.78% -
XYZ 43.25 52.47 30.04 -
YUV 185.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 178 200 133 0.11 0 0.34 0.22 79.7 0.38 0.65
Hex B2 C8 85 B 0 22 16 50 26 41
Octal 262 310 205 13 0 42 26 120 46 101
Binary 10110010 11001000 10000101 1011 0 100010 10110 1010000 100110 1000001

Color Harmonies of #B2C885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C885

Black with #B2C885

Text Example


Text Example

White with #B2C885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C885; }

 p { color: rgb(178,200,133); }

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

background-color css

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

 a { background-color: rgb(178,200,133); }

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

border-color css

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

 span { border-color: rgb(178,200,133); }

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