Html Css Color HEX #B0C681 Caper

📋 copy color: '#B0C681'

red 176 ◦ green 198 ◦ blue 129

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

Shades of Caper #B0C681

Tints of Caper #B0C681

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.36%

 BLUE value IS 129 (50.78% from 255) = 25.65%

R = 34.99%
G = 39.36%
B = 25.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#B0C681 (or 0xB0C681) is known color: Caper. HEX triplet: B0, C6 and 81. RGB value is (176,198,129). Sum of RGB (Red+Green+Blue) = 176+198+129=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C681 is #4F397E. Grayscale: #B7B7B7. Windows color (decimal): -5192063 or 8505008. OLE color: 8505008.

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

Color convert

RGB 176 198 129 -
CMYK 0.11 0 0.35 0.22
HSL 79.13º 0.38% 0.64% -
HSV(B) 79.13º 0.35% 0.78% -
XYZ 42.06 51.2 28.44 -
YUV 183.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 176 198 129 0.11 0 0.35 0.22 79.13 0.38 0.64
Hex B0 C6 81 B 0 23 16 4F 26 40
Octal 260 306 201 13 0 43 26 117 46 100
Binary 10110000 11000110 10000001 1011 0 100011 10110 1001111 100110 1000000

Color Harmonies of #B0C681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C681

Black with #B0C681

Text Example


Text Example

White with #B0C681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C681; }

 p { color: rgb(176,198,129); }

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

background-color css

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

 a { background-color: rgb(176,198,129); }

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

border-color css

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

 span { border-color: rgb(176,198,129); }

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