Html Css Color HEX #B0C18E Caper

📋 copy color: '#B0C18E'

red 176 ◦ green 193 ◦ blue 142

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

Shades of Caper #B0C18E

Tints of Caper #B0C18E

RGB

 RED value IS 176 (69.14% from 255) = 34.44%

 GREEN value IS 193 (75.78% from 255) = 37.77%

 BLUE value IS 142 (55.86% from 255) = 27.79%

R = 34.44%
G = 37.77%
B = 27.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#B0C18E (or 0xB0C18E) is known color: Caper. HEX triplet: B0, C1 and 8E. RGB value is (176,193,142). Sum of RGB (Red+Green+Blue) = 176+193+142=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C18E is #4F3E71. Grayscale: #B6B6B6. Windows color (decimal): -5193330 or 9355696. OLE color: 9355696.

HSL color Cylindrical-coordinate representation of color #B0C18E: hue angle of 80º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C18E is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 193 142 -
CMYK 0.09 0 0.26 0.24
HSL 80º 0.29% 0.66% -
HSV(B) 80º 0.26% 0.76% -
XYZ 41.86 49.32 32.91 -
YUV 182.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 176 193 142 0.09 0 0.26 0.24 80 0.29 0.66
Hex B0 C1 8E 9 0 1A 18 50 1D 42
Octal 260 301 216 11 0 32 30 120 35 102
Binary 10110000 11000001 10001110 1001 0 11010 11000 1010000 11101 1000010

Color Harmonies of #B0C18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C18E

Black with #B0C18E

Text Example


Text Example

White with #B0C18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C18E; }

 p { color: rgb(176,193,142); }

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

background-color css

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

 a { background-color: rgb(176,193,142); }

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

border-color css

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

 span { border-color: rgb(176,193,142); }

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