Html Css Color HEX #B9CE7A Caper

📋 copy color: '#B9CE7A'

red 185 ◦ green 206 ◦ blue 122

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

Shades of Caper #B9CE7A

Tints of Caper #B9CE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.78%

R = 36.06%
G = 40.16%
B = 23.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#B9CE7A (or 0xB9CE7A) is known color: Caper. HEX triplet: B9, CE and 7A. RGB value is (185,206,122). Sum of RGB (Red+Green+Blue) = 185+206+122=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CE7A is #463185. Grayscale: #BEBEBE. Windows color (decimal): -4600198 or 8048313. OLE color: 8048313.

HSL color Cylindrical-coordinate representation of color #B9CE7A: hue angle of 75º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9CE7A is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 122 -
CMYK 0.10 0 0.41 0.19
HSL 75º 0.46% 0.64% -
HSV(B) 75º 0.41% 0.81% -
XYZ 45.59 55.86 26.79 -
YUV 190.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 185 206 122 0.10 0 0.41 0.19 75 0.46 0.64
Hex B9 CE 7A A 0 29 13 4B 2E 40
Octal 271 316 172 12 0 51 23 113 56 100
Binary 10111001 11001110 1111010 1010 0 101001 10011 1001011 101110 1000000

Color Harmonies of #B9CE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CE7A

Black with #B9CE7A

Text Example


Text Example

White with #B9CE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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