Html Css Color HEX #B9CC75 Caper

📋 copy color: '#B9CC75'

red 185 ◦ green 204 ◦ blue 117

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

Shades of Caper #B9CC75

Tints of Caper #B9CC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.12%

R = 36.56%
G = 40.32%
B = 23.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#B9CC75 (or 0xB9CC75) is known color: Caper. HEX triplet: B9, CC and 75. RGB value is (185,204,117). Sum of RGB (Red+Green+Blue) = 185+204+117=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CC75 is #46338A. Grayscale: #BCBCBC. Windows color (decimal): -4600715 or 7720121. OLE color: 7720121.

HSL color Cylindrical-coordinate representation of color #B9CC75: hue angle of 73.1º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9CC75 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 117 -
CMYK 0.09 0 0.43 0.2
HSL 73.1º 0.46% 0.63% -
HSV(B) 73.1º 0.43% 0.8% -
XYZ 44.81 54.78 25.04 -
YUV 188.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 185 204 117 0.09 0 0.43 0.2 73.1 0.46 0.63
Hex B9 CC 75 9 0 2B 14 49 2E 3F
Octal 271 314 165 11 0 53 24 111 56 77
Binary 10111001 11001100 1110101 1001 0 101011 10100 1001001 101110 111111

Color Harmonies of #B9CC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CC75

Black with #B9CC75

Text Example


Text Example

White with #B9CC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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