Html Css Color HEX #B9CF7A Caper

📋 copy color: '#B9CF7A'

red 185 ◦ green 207 ◦ blue 122

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

Shades of Caper #B9CF7A

Tints of Caper #B9CF7A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.27%

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

R = 35.99%
G = 40.27%
B = 23.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#B9CF7A (or 0xB9CF7A) is known color: Caper. HEX triplet: B9, CF and 7A. RGB value is (185,207,122). Sum of RGB (Red+Green+Blue) = 185+207+122=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CF7A is #463085. Grayscale: #BFBFBF. Windows color (decimal): -4599942 or 8048569. OLE color: 8048569.

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

Color convert

RGB 185 207 122 -
CMYK 0.11 0 0.41 0.19
HSL 75.53º 0.47% 0.65% -
HSV(B) 75.53º 0.41% 0.81% -
XYZ 45.83 56.35 26.87 -
YUV 190.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 185 207 122 0.11 0 0.41 0.19 75.53 0.47 0.65
Hex B9 CF 7A B 0 29 13 4C 2F 41
Octal 271 317 172 13 0 51 23 114 57 101
Binary 10111001 11001111 1111010 1011 0 101001 10011 1001100 101111 1000001

Color Harmonies of #B9CF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CF7A

Black with #B9CF7A

Text Example


Text Example

White with #B9CF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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