Html Css Color HEX #B6C37E Caper

📋 copy color: '#B6C37E'

red 182 ◦ green 195 ◦ blue 126

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

Shades of Caper #B6C37E

Tints of Caper #B6C37E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.77%

 BLUE value IS 126 (49.61% from 255) = 25.05%

R = 36.18%
G = 38.77%
B = 25.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#B6C37E (or 0xB6C37E) is known color: Caper. HEX triplet: B6, C3 and 7E. RGB value is (182,195,126). Sum of RGB (Red+Green+Blue) = 182+195+126=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C37E is #493C81. Grayscale: #B7B7B7. Windows color (decimal): -4799618 or 8307638. OLE color: 8307638.

HSL color Cylindrical-coordinate representation of color #B6C37E: hue angle of 71.3º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6C37E is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 195 126 -
CMYK 0.07 0 0.35 0.24
HSL 71.3º 0.37% 0.63% -
HSV(B) 71.3º 0.35% 0.76% -
XYZ 42.57 50.48 27.24 -
YUV 183.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 182 195 126 0.07 0 0.35 0.24 71.3 0.37 0.63
Hex B6 C3 7E 7 0 23 18 47 25 3F
Octal 266 303 176 7 0 43 30 107 45 77
Binary 10110110 11000011 1111110 111 0 100011 11000 1000111 100101 111111

Color Harmonies of #B6C37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C37E

Black with #B6C37E

Text Example


Text Example

White with #B6C37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C37E; }

 p { color: rgb(182,195,126); }

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

background-color css

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

 a { background-color: rgb(182,195,126); }

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

border-color css

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

 span { border-color: rgb(182,195,126); }

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