Html Css Color HEX #B2C08F Caper

📋 copy color: '#B2C08F'

red 178 ◦ green 192 ◦ blue 143

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

Shades of Caper #B2C08F

Tints of Caper #B2C08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.43%

 BLUE value IS 143 (56.25% from 255) = 27.88%

R = 34.7%
G = 37.43%
B = 27.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#B2C08F (or 0xB2C08F) is known color: Caper. HEX triplet: B2, C0 and 8F. RGB value is (178,192,143). Sum of RGB (Red+Green+Blue) = 178+192+143=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C08F is #4D3F70. Grayscale: #B6B6B6. Windows color (decimal): -5062513 or 9420978. OLE color: 9420978.

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

Color convert

RGB 178 192 143 -
CMYK 0.07 0 0.26 0.25
HSL 77.14º 0.28% 0.66% -
HSV(B) 77.14º 0.26% 0.75% -
XYZ 42.17 49.15 33.25 -
YUV 182.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 178 192 143 0.07 0 0.26 0.25 77.14 0.28 0.66
Hex B2 C0 8F 7 0 1A 19 4D 1C 42
Octal 262 300 217 7 0 32 31 115 34 102
Binary 10110010 11000000 10001111 111 0 11010 11001 1001101 11100 1000010

Color Harmonies of #B2C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C08F

Black with #B2C08F

Text Example


Text Example

White with #B2C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C08F; }

 p { color: rgb(178,192,143); }

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

background-color css

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

 a { background-color: rgb(178,192,143); }

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

border-color css

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

 span { border-color: rgb(178,192,143); }

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