Html Css Color HEX #B9CE7F Caper

📋 copy color: '#B9CE7F'

red 185 ◦ green 206 ◦ blue 127

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

Shades of Caper #B9CE7F

Tints of Caper #B9CE7F

RGB

 RED value IS 185 (72.66% from 255) = 35.71%

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

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

R = 35.71%
G = 39.77%
B = 24.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#B9CE7F (or 0xB9CE7F) is known color: Caper. HEX triplet: B9, CE and 7F. RGB value is (185,206,127). Sum of RGB (Red+Green+Blue) = 185+206+127=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CE7F is #463180. Grayscale: #BFBFBF. Windows color (decimal): -4600193 or 8375993. OLE color: 8375993.

HSL color Cylindrical-coordinate representation of color #B9CE7F: hue angle of 75.95º 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 #B9CE7F is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 127 -
CMYK 0.10 0 0.38 0.19
HSL 75.95º 0.45% 0.65% -
HSV(B) 75.95º 0.38% 0.81% -
XYZ 45.91 55.99 28.47 -
YUV 190.72 92.04 123.92 -
System Red Green Blue C M Y K H S L
Decimal 185 206 127 0.10 0 0.38 0.19 75.95 0.45 0.65
Hex B9 CE 7F A 0 26 13 4C 2D 41
Octal 271 316 177 12 0 46 23 114 55 101
Binary 10111001 11001110 1111111 1010 0 100110 10011 1001100 101101 1000001

Color Harmonies of #B9CE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CE7F

Black with #B9CE7F

Text Example


Text Example

White with #B9CE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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