Html Css Color HEX #B0C18F Caper

📋 copy color: '#B0C18F'

red 176 ◦ green 193 ◦ blue 143

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

Shades of Caper #B0C18F

Tints of Caper #B0C18F

RGB

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

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

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

R = 34.38%
G = 37.7%
B = 27.93%

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

#B0C18F (or 0xB0C18F) is known color: Caper. HEX triplet: B0, C1 and 8F. RGB value is (176,193,143). Sum of RGB (Red+Green+Blue) = 176+193+143=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C18F is #4F3E70. Grayscale: #B6B6B6. Windows color (decimal): -5193329 or 9421232. OLE color: 9421232.

HSL color Cylindrical-coordinate representation of color #B0C18F: hue angle of 80.4º 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 #B0C18F is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 193 143 -
CMYK 0.09 0 0.26 0.24
HSL 80.4º 0.29% 0.66% -
HSV(B) 80.4º 0.26% 0.76% -
XYZ 41.93 49.35 33.3 -
YUV 182.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 176 193 143 0.09 0 0.26 0.24 80.4 0.29 0.66
Hex B0 C1 8F 9 0 1A 18 50 1D 42
Octal 260 301 217 11 0 32 30 120 35 102
Binary 10110000 11000001 10001111 1001 0 11010 11000 1010000 11101 1000010

Color Harmonies of #B0C18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C18F

Black with #B0C18F

Text Example


Text Example

White with #B0C18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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