Html Css Color HEX #B9CA7B Caper

📋 copy color: '#B9CA7B'

red 185 ◦ green 202 ◦ blue 123

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

Shades of Caper #B9CA7B

Tints of Caper #B9CA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.12%

R = 36.27%
G = 39.61%
B = 24.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#B9CA7B (or 0xB9CA7B) is known color: Caper. HEX triplet: B9, CA and 7B. RGB value is (185,202,123). Sum of RGB (Red+Green+Blue) = 185+202+123=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA7B is #463584. Grayscale: #BCBCBC. Windows color (decimal): -4601221 or 8112825. OLE color: 8112825.

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

Color convert

RGB 185 202 123 -
CMYK 0.08 0 0.39 0.21
HSL 72.91º 0.43% 0.64% -
HSV(B) 72.91º 0.39% 0.79% -
XYZ 44.7 53.99 26.8 -
YUV 187.91 91.37 125.92 -
System Red Green Blue C M Y K H S L
Decimal 185 202 123 0.08 0 0.39 0.21 72.91 0.43 0.64
Hex B9 CA 7B 8 0 27 15 49 2B 40
Octal 271 312 173 10 0 47 25 111 53 100
Binary 10111001 11001010 1111011 1000 0 100111 10101 1001001 101011 1000000

Color Harmonies of #B9CA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA7B

Black with #B9CA7B

Text Example


Text Example

White with #B9CA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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