Html Css Color HEX #B0CF73 Caper

📋 copy color: '#B0CF73'

red 176 ◦ green 207 ◦ blue 115

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

Shades of Caper #B0CF73

Tints of Caper #B0CF73

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.57%

 BLUE value IS 115 (45.31% from 255) = 23.09%

R = 35.34%
G = 41.57%
B = 23.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#B0CF73 (or 0xB0CF73) is known color: Caper. HEX triplet: B0, CF and 73. RGB value is (176,207,115). Sum of RGB (Red+Green+Blue) = 176+207+115=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF73 is #4F308C. Grayscale: #BBBBBB. Windows color (decimal): -5189773 or 7589808. OLE color: 7589808.

HSL color Cylindrical-coordinate representation of color #B0CF73: hue angle of 80.22º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0CF73 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 115 -
CMYK 0.15 0 0.44 0.19
HSL 80.22º 0.49% 0.63% -
HSV(B) 80.22º 0.44% 0.81% -
XYZ 43.31 55.09 24.57 -
YUV 187.24 87.23 119.98 -
System Red Green Blue C M Y K H S L
Decimal 176 207 115 0.15 0 0.44 0.19 80.22 0.49 0.63
Hex B0 CF 73 F 0 2C 13 50 31 3F
Octal 260 317 163 17 0 54 23 120 61 77
Binary 10110000 11001111 1110011 1111 0 101100 10011 1010000 110001 111111

Color Harmonies of #B0CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF73

Black with #B0CF73

Text Example


Text Example

White with #B0CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF73; }

 p { color: rgb(176,207,115); }

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

background-color css

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

 a { background-color: rgb(176,207,115); }

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

border-color css

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

 span { border-color: rgb(176,207,115); }

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