Html Css Color HEX #B9CD8C Caper

📋 copy color: '#B9CD8C'

red 185 ◦ green 205 ◦ blue 140

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

Shades of Caper #B9CD8C

Tints of Caper #B9CD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.68%

 BLUE value IS 140 (55.08% from 255) = 26.42%

R = 34.91%
G = 38.68%
B = 26.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#B9CD8C (or 0xB9CD8C) is known color: Caper. HEX triplet: B9, CD and 8C. RGB value is (185,205,140). Sum of RGB (Red+Green+Blue) = 185+205+140=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CD8C is #463273. Grayscale: #BFBFBF. Windows color (decimal): -4600436 or 9227705. OLE color: 9227705.

HSL color Cylindrical-coordinate representation of color #B9CD8C: hue angle of 78.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9CD8C is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 205 140 -
CMYK 0.10 0 0.32 0.20
HSL 78.46º 0.39% 0.68% -
HSV(B) 78.46º 0.32% 0.8% -
XYZ 46.57 55.87 33.14 -
YUV 191.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 185 205 140 0.10 0 0.32 0.20 78.46 0.39 0.68
Hex B9 CD 8C A 0 20 14 4E 27 44
Octal 271 315 214 12 0 40 24 116 47 104
Binary 10111001 11001101 10001100 1010 0 100000 10100 1001110 100111 1000100

Color Harmonies of #B9CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CD8C

Black with #B9CD8C

Text Example


Text Example

White with #B9CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CD8C; }

 p { color: rgb(185,205,140); }

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

background-color css

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

 a { background-color: rgb(185,205,140); }

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

border-color css

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

 span { border-color: rgb(185,205,140); }

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