Html Css Color HEX #B9CA7D Caper

📋 copy color: '#B9CA7D'

red 185 ◦ green 202 ◦ blue 125

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

Shades of Caper #B9CA7D

Tints of Caper #B9CA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.45%

 BLUE value IS 125 (49.22% from 255) = 24.41%

R = 36.13%
G = 39.45%
B = 24.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#B9CA7D (or 0xB9CA7D) is known color: Caper. HEX triplet: B9, CA and 7D. RGB value is (185,202,125). Sum of RGB (Red+Green+Blue) = 185+202+125=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA7D is #463582. Grayscale: #BCBCBC. Windows color (decimal): -4601219 or 8243897. OLE color: 8243897.

HSL color Cylindrical-coordinate representation of color #B9CA7D: hue angle of 73.25º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9CA7D is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 125 -
CMYK 0.08 0 0.38 0.21
HSL 73.25º 0.42% 0.64% -
HSV(B) 73.25º 0.38% 0.79% -
XYZ 44.83 54.04 27.47 -
YUV 188.14 92.37 125.76 -
System Red Green Blue C M Y K H S L
Decimal 185 202 125 0.08 0 0.38 0.21 73.25 0.42 0.64
Hex B9 CA 7D 8 0 26 15 49 2A 40
Octal 271 312 175 10 0 46 25 111 52 100
Binary 10111001 11001010 1111101 1000 0 100110 10101 1001001 101010 1000000

Color Harmonies of #B9CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA7D

Black with #B9CA7D

Text Example


Text Example

White with #B9CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA7D; }

 p { color: rgb(185,202,125); }

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

background-color css

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

 a { background-color: rgb(185,202,125); }

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

border-color css

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

 span { border-color: rgb(185,202,125); }

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