Html Css Color HEX #B6CC73 Caper

📋 copy color: '#B6CC73'

red 182 ◦ green 204 ◦ blue 115

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

Shades of Caper #B6CC73

Tints of Caper #B6CC73

RGB

 RED value IS 182 (71.48% from 255) = 36.33%

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

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

R = 36.33%
G = 40.72%
B = 22.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#B6CC73 (or 0xB6CC73) is known color: Caper. HEX triplet: B6, CC and 73. RGB value is (182,204,115). Sum of RGB (Red+Green+Blue) = 182+204+115=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CC73 is #49338C. Grayscale: #BBBBBB. Windows color (decimal): -4797325 or 7589046. OLE color: 7589046.

HSL color Cylindrical-coordinate representation of color #B6CC73: hue angle of 74.83º 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 #B6CC73 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 204 115 -
CMYK 0.11 0 0.44 0.2
HSL 74.83º 0.47% 0.63% -
HSV(B) 74.83º 0.44% 0.8% -
XYZ 43.98 54.37 24.4 -
YUV 187.28 87.21 124.24 -
System Red Green Blue C M Y K H S L
Decimal 182 204 115 0.11 0 0.44 0.2 74.83 0.47 0.63
Hex B6 CC 73 B 0 2C 14 4B 2F 3F
Octal 266 314 163 13 0 54 24 113 57 77
Binary 10110110 11001100 1110011 1011 0 101100 10100 1001011 101111 111111

Color Harmonies of #B6CC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CC73

Black with #B6CC73

Text Example


Text Example

White with #B6CC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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