Html Css Color HEX #B0C388 Caper

📋 copy color: '#B0C388'

red 176 ◦ green 195 ◦ blue 136

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

Shades of Caper #B0C388

Tints of Caper #B0C388

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.46%

 BLUE value IS 136 (53.52% from 255) = 26.82%

R = 34.71%
G = 38.46%
B = 26.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#B0C388 (or 0xB0C388) is known color: Caper. HEX triplet: B0, C3 and 88. RGB value is (176,195,136). Sum of RGB (Red+Green+Blue) = 176+195+136=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C388 is #4F3C77. Grayscale: #B6B6B6. Windows color (decimal): -5192824 or 8962992. OLE color: 8962992.

HSL color Cylindrical-coordinate representation of color #B0C388: hue angle of 79.32º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C388 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 136 -
CMYK 0.10 0 0.30 0.24
HSL 79.32º 0.33% 0.65% -
HSV(B) 79.32º 0.3% 0.76% -
XYZ 41.86 50.04 30.74 -
YUV 182.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 176 195 136 0.10 0 0.30 0.24 79.32 0.33 0.65
Hex B0 C3 88 A 0 1E 18 4F 21 41
Octal 260 303 210 12 0 36 30 117 41 101
Binary 10110000 11000011 10001000 1010 0 11110 11000 1001111 100001 1000001

Color Harmonies of #B0C388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C388

Black with #B0C388

Text Example


Text Example

White with #B0C388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C388; }

 p { color: rgb(176,195,136); }

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

background-color css

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

 a { background-color: rgb(176,195,136); }

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

border-color css

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

 span { border-color: rgb(176,195,136); }

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