Html Css Color HEX #B0C385 Caper

📋 copy color: '#B0C385'

red 176 ◦ green 195 ◦ blue 133

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

Shades of Caper #B0C385

Tints of Caper #B0C385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.39%

R = 34.92%
G = 38.69%
B = 26.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#B0C385 (or 0xB0C385) is known color: Caper. HEX triplet: B0, C3 and 85. RGB value is (176,195,133). Sum of RGB (Red+Green+Blue) = 176+195+133=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C385 is #4F3C7A. Grayscale: #B6B6B6. Windows color (decimal): -5192827 or 8766384. OLE color: 8766384.

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

Color convert

RGB 176 195 133 -
CMYK 0.10 0 0.32 0.24
HSL 78.39º 0.34% 0.64% -
HSV(B) 78.39º 0.32% 0.76% -
XYZ 41.65 49.95 29.64 -
YUV 182.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 176 195 133 0.10 0 0.32 0.24 78.39 0.34 0.64
Hex B0 C3 85 A 0 20 18 4E 22 40
Octal 260 303 205 12 0 40 30 116 42 100
Binary 10110000 11000011 10000101 1010 0 100000 11000 1001110 100010 1000000

Color Harmonies of #B0C385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C385

Black with #B0C385

Text Example


Text Example

White with #B0C385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C385; }

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

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

background-color css

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

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

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

border-color css

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

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

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