Html Css Color HEX #B2CD73 Caper

📋 copy color: '#B2CD73'

red 178 ◦ green 205 ◦ blue 115

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

Shades of Caper #B2CD73

Tints of Caper #B2CD73

RGB

 RED value IS 178 (69.92% from 255) = 35.74%

 GREEN value IS 205 (80.47% from 255) = 41.16%

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

R = 35.74%
G = 41.16%
B = 23.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#B2CD73 (or 0xB2CD73) is known color: Caper. HEX triplet: B2, CD and 73. RGB value is (178,205,115). Sum of RGB (Red+Green+Blue) = 178+205+115=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CD73 is #4D328C. Grayscale: #BBBBBB. Windows color (decimal): -5059213 or 7589298. OLE color: 7589298.

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

Color convert

RGB 178 205 115 -
CMYK 0.13 0 0.44 0.20
HSL 78º 0.47% 0.63% -
HSV(B) 78º 0.44% 0.8% -
XYZ 43.29 54.37 24.43 -
YUV 186.67 87.55 121.82 -
System Red Green Blue C M Y K H S L
Decimal 178 205 115 0.13 0 0.44 0.20 78 0.47 0.63
Hex B2 CD 73 D 0 2C 14 4E 2F 3F
Octal 262 315 163 15 0 54 24 116 57 77
Binary 10110010 11001101 1110011 1101 0 101100 10100 1001110 101111 111111

Color Harmonies of #B2CD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD73

Black with #B2CD73

Text Example


Text Example

White with #B2CD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD73; }

 p { color: rgb(178,205,115); }

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

background-color css

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

 a { background-color: rgb(178,205,115); }

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

border-color css

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

 span { border-color: rgb(178,205,115); }

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