Html Css Color HEX #B0C975 Caper

📋 copy color: '#B0C975'

red 176 ◦ green 201 ◦ blue 117

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

Shades of Caper #B0C975

Tints of Caper #B0C975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.69%

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

R = 35.63%
G = 40.69%
B = 23.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#B0C975 (or 0xB0C975) is known color: Caper. HEX triplet: B0, C9 and 75. RGB value is (176,201,117). Sum of RGB (Red+Green+Blue) = 176+201+117=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C975 is #4F368A. Grayscale: #B8B8B8. Windows color (decimal): -5191307 or 7719344. OLE color: 7719344.

HSL color Cylindrical-coordinate representation of color #B0C975: hue angle of 77.86º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0C975 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 201 117 -
CMYK 0.12 0 0.42 0.21
HSL 77.86º 0.44% 0.62% -
HSV(B) 77.86º 0.42% 0.79% -
XYZ 42 52.29 24.71 -
YUV 183.95 90.22 122.33 -
System Red Green Blue C M Y K H S L
Decimal 176 201 117 0.12 0 0.42 0.21 77.86 0.44 0.62
Hex B0 C9 75 C 0 2A 15 4E 2C 3E
Octal 260 311 165 14 0 52 25 116 54 76
Binary 10110000 11001001 1110101 1100 0 101010 10101 1001110 101100 111110

Color Harmonies of #B0C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C975

Black with #B0C975

Text Example


Text Example

White with #B0C975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C975; }

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

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

background-color css

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

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

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

border-color css

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

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

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