Html Css Color HEX #B6C874 Caper

📋 copy color: '#B6C874'

red 182 ◦ green 200 ◦ blue 116

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

Shades of Caper #B6C874

Tints of Caper #B6C874

RGB

 RED value IS 182 (71.48% from 255) = 36.55%

 GREEN value IS 200 (78.52% from 255) = 40.16%

 BLUE value IS 116 (45.7% from 255) = 23.29%

R = 36.55%
G = 40.16%
B = 23.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#B6C874 (or 0xB6C874) is known color: Caper. HEX triplet: B6, C8 and 74. RGB value is (182,200,116). Sum of RGB (Red+Green+Blue) = 182+200+116=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C874 is #49378B. Grayscale: #B9B9B9. Windows color (decimal): -4798348 or 7653558. OLE color: 7653558.

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

Color convert

RGB 182 200 116 -
CMYK 0.09 0 0.42 0.22
HSL 72.86º 0.43% 0.62% -
HSV(B) 72.86º 0.42% 0.78% -
XYZ 43.1 52.51 24.39 -
YUV 185.04 89.04 125.83 -
System Red Green Blue C M Y K H S L
Decimal 182 200 116 0.09 0 0.42 0.22 72.86 0.43 0.62
Hex B6 C8 74 9 0 2A 16 49 2B 3E
Octal 266 310 164 11 0 52 26 111 53 76
Binary 10110110 11001000 1110100 1001 0 101010 10110 1001001 101011 111110

Color Harmonies of #B6C874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C874

Black with #B6C874

Text Example


Text Example

White with #B6C874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C874; }

 p { color: rgb(182,200,116); }

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

background-color css

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

 a { background-color: rgb(182,200,116); }

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

border-color css

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

 span { border-color: rgb(182,200,116); }

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