Html Css Color HEX #B0C075 Caper

📋 copy color: '#B0C075'

red 176 ◦ green 192 ◦ blue 117

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

Shades of Caper #B0C075

Tints of Caper #B0C075

RGB

 RED value IS 176 (69.14% from 255) = 36.29%

 GREEN value IS 192 (75.39% from 255) = 39.59%

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

R = 36.29%
G = 39.59%
B = 24.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#B0C075 (or 0xB0C075) is known color: Caper. HEX triplet: B0, C0 and 75. RGB value is (176,192,117). Sum of RGB (Red+Green+Blue) = 176+192+117=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C075 is #4F3F8A. Grayscale: #B2B2B2. Windows color (decimal): -5193611 or 7717040. OLE color: 7717040.

HSL color Cylindrical-coordinate representation of color #B0C075: hue angle of 72.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0C075 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 192 117 -
CMYK 0.08 0 0.39 0.25
HSL 72.8º 0.37% 0.61% -
HSV(B) 72.8º 0.39% 0.75% -
XYZ 39.97 48.21 24.03 -
YUV 178.67 93.2 126.1 -
System Red Green Blue C M Y K H S L
Decimal 176 192 117 0.08 0 0.39 0.25 72.8 0.37 0.61
Hex B0 C0 75 8 0 27 19 49 25 3D
Octal 260 300 165 10 0 47 31 111 45 75
Binary 10110000 11000000 1110101 1000 0 100111 11001 1001001 100101 111101

Color Harmonies of #B0C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C075

Black with #B0C075

Text Example


Text Example

White with #B0C075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C075; }

 p { color: rgb(176,192,117); }

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

background-color css

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

 a { background-color: rgb(176,192,117); }

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

border-color css

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

 span { border-color: rgb(176,192,117); }

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