Html Css Color HEX #B6CE7F Caper

📋 copy color: '#B6CE7F'

red 182 ◦ green 206 ◦ blue 127

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

Shades of Caper #B6CE7F

Tints of Caper #B6CE7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.66%

R = 35.34%
G = 40%
B = 24.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#B6CE7F (or 0xB6CE7F) is known color: Caper. HEX triplet: B6, CE and 7F. RGB value is (182,206,127). Sum of RGB (Red+Green+Blue) = 182+206+127=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CE7F is #493180. Grayscale: #BEBEBE. Windows color (decimal): -4796801 or 8375990. OLE color: 8375990.

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

Color convert

RGB 182 206 127 -
CMYK 0.12 0 0.38 0.19
HSL 78.23º 0.45% 0.65% -
HSV(B) 78.23º 0.38% 0.81% -
XYZ 45.19 55.62 28.43 -
YUV 189.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 182 206 127 0.12 0 0.38 0.19 78.23 0.45 0.65
Hex B6 CE 7F C 0 26 13 4E 2D 41
Octal 266 316 177 14 0 46 23 116 55 101
Binary 10110110 11001110 1111111 1100 0 100110 10011 1001110 101101 1000001

Color Harmonies of #B6CE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CE7F

Black with #B6CE7F

Text Example


Text Example

White with #B6CE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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