Html Css Color HEX #B6CE76 Caper

📋 copy color: '#B6CE76'

red 182 ◦ green 206 ◦ blue 118

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

Shades of Caper #B6CE76

Tints of Caper #B6CE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.71%

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 35.97%
G = 40.71%
B = 23.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#B6CE76 (or 0xB6CE76) is known color: Caper. HEX triplet: B6, CE and 76. RGB value is (182,206,118). Sum of RGB (Red+Green+Blue) = 182+206+118=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CE76 is #493189. Grayscale: #BDBDBD. Windows color (decimal): -4796810 or 7786166. OLE color: 7786166.

HSL color Cylindrical-coordinate representation of color #B6CE76: hue angle of 76.36º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6CE76 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 206 118 -
CMYK 0.12 0 0.43 0.19
HSL 76.36º 0.47% 0.64% -
HSV(B) 76.36º 0.43% 0.81% -
XYZ 44.63 55.4 25.48 -
YUV 188.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 182 206 118 0.12 0 0.43 0.19 76.36 0.47 0.64
Hex B6 CE 76 C 0 2B 13 4C 2F 40
Octal 266 316 166 14 0 53 23 114 57 100
Binary 10110110 11001110 1110110 1100 0 101011 10011 1001100 101111 1000000

Color Harmonies of #B6CE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CE76

Black with #B6CE76

Text Example


Text Example

White with #B6CE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CE76; }

 p { color: rgb(182,206,118); }

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

background-color css

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

 a { background-color: rgb(182,206,118); }

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

border-color css

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

 span { border-color: rgb(182,206,118); }

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