Html Css Color HEX #B0C184 Caper

📋 copy color: '#B0C184'

red 176 ◦ green 193 ◦ blue 132

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

Shades of Caper #B0C184

Tints of Caper #B0C184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.35%

R = 35.13%
G = 38.52%
B = 26.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#B0C184 (or 0xB0C184) is known color: Caper. HEX triplet: B0, C1 and 84. RGB value is (176,193,132). Sum of RGB (Red+Green+Blue) = 176+193+132=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C184 is #4F3E7B. Grayscale: #B5B5B5. Windows color (decimal): -5193340 or 8700336. OLE color: 8700336.

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

Color convert

RGB 176 193 132 -
CMYK 0.09 0 0.32 0.24
HSL 76.72º 0.33% 0.64% -
HSV(B) 76.72º 0.32% 0.76% -
XYZ 41.14 49.04 29.13 -
YUV 180.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 176 193 132 0.09 0 0.32 0.24 76.72 0.33 0.64
Hex B0 C1 84 9 0 20 18 4D 21 40
Octal 260 301 204 11 0 40 30 115 41 100
Binary 10110000 11000001 10000100 1001 0 100000 11000 1001101 100001 1000000

Color Harmonies of #B0C184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C184

Black with #B0C184

Text Example


Text Example

White with #B0C184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C184; }

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

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

background-color css

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

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

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

border-color css

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

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

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