Html Css Color HEX #B0C67C Caper

📋 copy color: '#B0C67C'

red 176 ◦ green 198 ◦ blue 124

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

Shades of Caper #B0C67C

Tints of Caper #B0C67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.9%

R = 35.34%
G = 39.76%
B = 24.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#B0C67C (or 0xB0C67C) is known color: Caper. HEX triplet: B0, C6 and 7C. RGB value is (176,198,124). Sum of RGB (Red+Green+Blue) = 176+198+124=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C67C is #4F3983. Grayscale: #B7B7B7. Windows color (decimal): -5192068 or 8177328. OLE color: 8177328.

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

Color convert

RGB 176 198 124 -
CMYK 0.11 0 0.37 0.22
HSL 77.84º 0.39% 0.63% -
HSV(B) 77.84º 0.37% 0.78% -
XYZ 41.74 51.07 26.73 -
YUV 182.99 94.71 123.02 -
System Red Green Blue C M Y K H S L
Decimal 176 198 124 0.11 0 0.37 0.22 77.84 0.39 0.63
Hex B0 C6 7C B 0 25 16 4E 27 3F
Octal 260 306 174 13 0 45 26 116 47 77
Binary 10110000 11000110 1111100 1011 0 100101 10110 1001110 100111 111111

Color Harmonies of #B0C67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C67C

Black with #B0C67C

Text Example


Text Example

White with #B0C67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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