Html Css Color HEX #B0C673 Caper

📋 copy color: '#B0C673'

red 176 ◦ green 198 ◦ blue 115

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

Shades of Caper #B0C673

Tints of Caper #B0C673

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.49%

 BLUE value IS 115 (45.31% from 255) = 23.52%

R = 35.99%
G = 40.49%
B = 23.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#B0C673 (or 0xB0C673) is known color: Caper. HEX triplet: B0, C6 and 73. RGB value is (176,198,115). Sum of RGB (Red+Green+Blue) = 176+198+115=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C673 is #4F398C. Grayscale: #B6B6B6. Windows color (decimal): -5192077 or 7587504. OLE color: 7587504.

HSL color Cylindrical-coordinate representation of color #B0C673: hue angle of 75.9º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0C673 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 115 -
CMYK 0.11 0 0.42 0.22
HSL 75.9º 0.42% 0.61% -
HSV(B) 75.9º 0.42% 0.78% -
XYZ 41.19 50.86 23.86 -
YUV 181.96 90.21 123.75 -
System Red Green Blue C M Y K H S L
Decimal 176 198 115 0.11 0 0.42 0.22 75.9 0.42 0.61
Hex B0 C6 73 B 0 2A 16 4C 2A 3D
Octal 260 306 163 13 0 52 26 114 52 75
Binary 10110000 11000110 1110011 1011 0 101010 10110 1001100 101010 111101

Color Harmonies of #B0C673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C673

Black with #B0C673

Text Example


Text Example

White with #B0C673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C673; }

 p { color: rgb(176,198,115); }

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

background-color css

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

 a { background-color: rgb(176,198,115); }

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

border-color css

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

 span { border-color: rgb(176,198,115); }

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