Html Css Color HEX #B9CC7B Caper

📋 copy color: '#B9CC7B'

red 185 ◦ green 204 ◦ blue 123

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

Shades of Caper #B9CC7B

Tints of Caper #B9CC7B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

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

R = 36.13%
G = 39.84%
B = 24.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#B9CC7B (or 0xB9CC7B) is known color: Caper. HEX triplet: B9, CC and 7B. RGB value is (185,204,123). Sum of RGB (Red+Green+Blue) = 185+204+123=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CC7B is #463384. Grayscale: #BDBDBD. Windows color (decimal): -4600709 or 8113337. OLE color: 8113337.

HSL color Cylindrical-coordinate representation of color #B9CC7B: hue angle of 74.07º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9CC7B is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 123 -
CMYK 0.09 0 0.40 0.2
HSL 74.07º 0.44% 0.64% -
HSV(B) 74.07º 0.4% 0.8% -
XYZ 45.18 54.93 26.96 -
YUV 189.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 185 204 123 0.09 0 0.40 0.2 74.07 0.44 0.64
Hex B9 CC 7B 9 0 28 14 4A 2C 40
Octal 271 314 173 11 0 50 24 112 54 100
Binary 10111001 11001100 1111011 1001 0 101000 10100 1001010 101100 1000000

Color Harmonies of #B9CC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CC7B

Black with #B9CC7B

Text Example


Text Example

White with #B9CC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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