Html Css Color HEX #B0BF75 Caper

📋 copy color: '#B0BF75'

red 176 ◦ green 191 ◦ blue 117

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

Shades of Caper #B0BF75

Tints of Caper #B0BF75

RGB

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

 GREEN value IS 191 (75% from 255) = 39.46%

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

R = 36.36%
G = 39.46%
B = 24.17%

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

#B0BF75 (or 0xB0BF75) is known color: Caper. HEX triplet: B0, BF and 75. RGB value is (176,191,117). Sum of RGB (Red+Green+Blue) = 176+191+117=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF75 is #4F408A. Grayscale: #B2B2B2. Windows color (decimal): -5193867 or 7716784. OLE color: 7716784.

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

Color convert

RGB 176 191 117 -
CMYK 0.08 0 0.39 0.25
HSL 72.16º 0.37% 0.6% -
HSV(B) 72.16º 0.39% 0.75% -
XYZ 39.75 47.78 23.96 -
YUV 178.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 176 191 117 0.08 0 0.39 0.25 72.16 0.37 0.6
Hex B0 BF 75 8 0 27 19 48 25 3C
Octal 260 277 165 10 0 47 31 110 45 74
Binary 10110000 10111111 1110101 1000 0 100111 11001 1001000 100101 111100

Color Harmonies of #B0BF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF75

Black with #B0BF75

Text Example


Text Example

White with #B0BF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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