Html Css Color HEX #B2C88D Caper

📋 copy color: '#B2C88D'

red 178 ◦ green 200 ◦ blue 141

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

Shades of Caper #B2C88D

Tints of Caper #B2C88D

RGB

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

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

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

R = 34.3%
G = 38.54%
B = 27.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#B2C88D (or 0xB2C88D) is known color: Caper. HEX triplet: B2, C8 and 8D. RGB value is (178,200,141). Sum of RGB (Red+Green+Blue) = 178+200+141=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C88D is #4D3772. Grayscale: #BABABA. Windows color (decimal): -5060467 or 9291954. OLE color: 9291954.

HSL color Cylindrical-coordinate representation of color #B2C88D: hue angle of 82.37º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C88D is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 141 -
CMYK 0.11 0 0.29 0.22
HSL 82.37º 0.35% 0.67% -
HSV(B) 82.37º 0.3% 0.78% -
XYZ 43.82 52.7 33.06 -
YUV 186.7 102.21 121.8 -
System Red Green Blue C M Y K H S L
Decimal 178 200 141 0.11 0 0.29 0.22 82.37 0.35 0.67
Hex B2 C8 8D B 0 1D 16 52 23 43
Octal 262 310 215 13 0 35 26 122 43 103
Binary 10110010 11001000 10001101 1011 0 11101 10110 1010010 100011 1000011

Color Harmonies of #B2C88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C88D

Black with #B2C88D

Text Example


Text Example

White with #B2C88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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