Html Css Color HEX #B2C88B Caper

📋 copy color: '#B2C88B'

red 178 ◦ green 200 ◦ blue 139

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

Shades of Caper #B2C88B

Tints of Caper #B2C88B

RGB

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

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

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

R = 34.43%
G = 38.68%
B = 26.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#B2C88B (or 0xB2C88B) is known color: Caper. HEX triplet: B2, C8 and 8B. RGB value is (178,200,139). Sum of RGB (Red+Green+Blue) = 178+200+139=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C88B is #4D3774. Grayscale: #BABABA. Windows color (decimal): -5060469 or 9160882. OLE color: 9160882.

HSL color Cylindrical-coordinate representation of color #B2C88B: hue angle of 81.64º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2C88B is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 139 -
CMYK 0.11 0 0.30 0.22
HSL 81.64º 0.36% 0.66% -
HSV(B) 81.64º 0.31% 0.78% -
XYZ 43.67 52.64 32.28 -
YUV 186.47 101.21 121.96 -
System Red Green Blue C M Y K H S L
Decimal 178 200 139 0.11 0 0.30 0.22 81.64 0.36 0.66
Hex B2 C8 8B B 0 1E 16 52 24 42
Octal 262 310 213 13 0 36 26 122 44 102
Binary 10110010 11001000 10001011 1011 0 11110 10110 1010010 100100 1000010

Color Harmonies of #B2C88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C88B

Black with #B2C88B

Text Example


Text Example

White with #B2C88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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