Html Css Color HEX #B0CC73 Caper

📋 copy color: '#B0CC73'

red 176 ◦ green 204 ◦ blue 115

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

Shades of Caper #B0CC73

Tints of Caper #B0CC73

RGB

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

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

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

R = 35.56%
G = 41.21%
B = 23.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#B0CC73 (or 0xB0CC73) is known color: Caper. HEX triplet: B0, CC and 73. RGB value is (176,204,115). Sum of RGB (Red+Green+Blue) = 176+204+115=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC73 is #4F338C. Grayscale: #B9B9B9. Windows color (decimal): -5190541 or 7589040. OLE color: 7589040.

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

Color convert

RGB 176 204 115 -
CMYK 0.14 0 0.44 0.2
HSL 78.88º 0.47% 0.63% -
HSV(B) 78.88º 0.44% 0.8% -
XYZ 42.59 53.65 24.33 -
YUV 185.48 88.22 121.24 -
System Red Green Blue C M Y K H S L
Decimal 176 204 115 0.14 0 0.44 0.2 78.88 0.47 0.63
Hex B0 CC 73 E 0 2C 14 4F 2F 3F
Octal 260 314 163 16 0 54 24 117 57 77
Binary 10110000 11001100 1110011 1110 0 101100 10100 1001111 101111 111111

Color Harmonies of #B0CC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CC73

Black with #B0CC73

Text Example


Text Example

White with #B0CC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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