Html Css Color HEX #B0C883 Caper

📋 copy color: '#B0C883'

red 176 ◦ green 200 ◦ blue 131

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

Shades of Caper #B0C883

Tints of Caper #B0C883

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.45%

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

R = 34.71%
G = 39.45%
B = 25.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#B0C883 (or 0xB0C883) is known color: Caper. HEX triplet: B0, C8 and 83. RGB value is (176,200,131). Sum of RGB (Red+Green+Blue) = 176+200+131=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C883 is #4F377C. Grayscale: #B9B9B9. Windows color (decimal): -5191549 or 8636592. OLE color: 8636592.

HSL color Cylindrical-coordinate representation of color #B0C883: hue angle of 80.87º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0C883 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 131 -
CMYK 0.12 0 0.34 0.22
HSL 80.87º 0.39% 0.65% -
HSV(B) 80.87º 0.35% 0.78% -
XYZ 42.66 52.18 29.3 -
YUV 184.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 176 200 131 0.12 0 0.34 0.22 80.87 0.39 0.65
Hex B0 C8 83 C 0 22 16 51 27 41
Octal 260 310 203 14 0 42 26 121 47 101
Binary 10110000 11001000 10000011 1100 0 100010 10110 1010001 100111 1000001

Color Harmonies of #B0C883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C883

Black with #B0C883

Text Example


Text Example

White with #B0C883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C883; }

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

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

background-color css

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

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

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

border-color css

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

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

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