Html Css Color HEX #B0C283 Caper

📋 copy color: '#B0C283'

red 176 ◦ green 194 ◦ blue 131

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

Shades of Caper #B0C283

Tints of Caper #B0C283

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.72%

 BLUE value IS 131 (51.56% from 255) = 26.15%

R = 35.13%
G = 38.72%
B = 26.15%

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

#B0C283 (or 0xB0C283) is known color: Caper. HEX triplet: B0, C2 and 83. RGB value is (176,194,131). Sum of RGB (Red+Green+Blue) = 176+194+131=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C283 is #4F3D7C. Grayscale: #B5B5B5. Windows color (decimal): -5193085 or 8635056. OLE color: 8635056.

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

Color convert

RGB 176 194 131 -
CMYK 0.09 0 0.32 0.24
HSL 77.14º 0.34% 0.64% -
HSV(B) 77.14º 0.32% 0.76% -
XYZ 41.29 49.45 28.84 -
YUV 181.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 176 194 131 0.09 0 0.32 0.24 77.14 0.34 0.64
Hex B0 C2 83 9 0 20 18 4D 22 40
Octal 260 302 203 11 0 40 30 115 42 100
Binary 10110000 11000010 10000011 1001 0 100000 11000 1001101 100010 1000000

Color Harmonies of #B0C283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C283

Black with #B0C283

Text Example


Text Example

White with #B0C283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C283; }

 p { color: rgb(176,194,131); }

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

background-color css

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

 a { background-color: rgb(176,194,131); }

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

border-color css

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

 span { border-color: rgb(176,194,131); }

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