Html Css Color HEX #B6D37C Caper

📋 copy color: '#B6D37C'

red 182 ◦ green 211 ◦ blue 124

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

Shades of Caper #B6D37C

Tints of Caper #B6D37C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.81%

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

R = 35.2%
G = 40.81%
B = 23.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#B6D37C (or 0xB6D37C) is known color: Caper. HEX triplet: B6, D3 and 7C. RGB value is (182,211,124). Sum of RGB (Red+Green+Blue) = 182+211+124=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D37C is #492C83. Grayscale: #C0C0C0. Windows color (decimal): -4795524 or 8180662. OLE color: 8180662.

HSL color Cylindrical-coordinate representation of color #B6D37C: hue angle of 80º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6D37C is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 211 124 -
CMYK 0.14 0 0.41 0.17
HSL 80º 0.5% 0.66% -
HSV(B) 80º 0.41% 0.83% -
XYZ 46.22 57.99 27.83 -
YUV 192.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 182 211 124 0.14 0 0.41 0.17 80 0.5 0.66
Hex B6 D3 7C E 0 29 11 50 32 42
Octal 266 323 174 16 0 51 21 120 62 102
Binary 10110110 11010011 1111100 1110 0 101001 10001 1010000 110010 1000010

Color Harmonies of #B6D37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D37C

Black with #B6D37C

Text Example


Text Example

White with #B6D37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D37C; }

 p { color: rgb(182,211,124); }

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

background-color css

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

 a { background-color: rgb(182,211,124); }

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

border-color css

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

 span { border-color: rgb(182,211,124); }

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