Html Css Color HEX #B0C16F Caper

📋 copy color: '#B0C16F'

red 176 ◦ green 193 ◦ blue 111

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

Shades of Caper #B0C16F

Tints of Caper #B0C16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.13%

R = 36.67%
G = 40.21%
B = 23.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B0C16F (or 0xB0C16F) is known color: Caper. HEX triplet: B0, C1 and 6F. RGB value is (176,193,111). Sum of RGB (Red+Green+Blue) = 176+193+111=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C16F is #4F3E90. Grayscale: #B2B2B2. Windows color (decimal): -5193361 or 7324080. OLE color: 7324080.

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

Color convert

RGB 176 193 111 -
CMYK 0.09 0 0.42 0.24
HSL 72.44º 0.4% 0.6% -
HSV(B) 72.44º 0.42% 0.76% -
XYZ 39.84 48.52 22.3 -
YUV 178.57 89.87 126.17 -
System Red Green Blue C M Y K H S L
Decimal 176 193 111 0.09 0 0.42 0.24 72.44 0.4 0.6
Hex B0 C1 6F 9 0 2A 18 48 28 3C
Octal 260 301 157 11 0 52 30 110 50 74
Binary 10110000 11000001 1101111 1001 0 101010 11000 1001000 101000 111100

Color Harmonies of #B0C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C16F

Black with #B0C16F

Text Example


Text Example

White with #B0C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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