Html Css Color HEX #B0C670 Caper

📋 copy color: '#B0C670'

red 176 ◦ green 198 ◦ blue 112

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

Shades of Caper #B0C670

Tints of Caper #B0C670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 36.21%
G = 40.74%
B = 23.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#B0C670 (or 0xB0C670) is known color: Caper. HEX triplet: B0, C6 and 70. RGB value is (176,198,112). Sum of RGB (Red+Green+Blue) = 176+198+112=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C670 is #4F398F. Grayscale: #B5B5B5. Windows color (decimal): -5192080 or 7390896. OLE color: 7390896.

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

Color convert

RGB 176 198 112 -
CMYK 0.11 0 0.43 0.22
HSL 75.35º 0.43% 0.61% -
HSV(B) 75.35º 0.43% 0.78% -
XYZ 41.02 50.79 22.97 -
YUV 181.62 88.71 123.99 -
System Red Green Blue C M Y K H S L
Decimal 176 198 112 0.11 0 0.43 0.22 75.35 0.43 0.61
Hex B0 C6 70 B 0 2B 16 4B 2B 3D
Octal 260 306 160 13 0 53 26 113 53 75
Binary 10110000 11000110 1110000 1011 0 101011 10110 1001011 101011 111101

Color Harmonies of #B0C670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C670

Black with #B0C670

Text Example


Text Example

White with #B0C670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C670; }

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

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

background-color css

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

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

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

border-color css

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

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

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