Html Css Color HEX #B2D874 Caper

📋 copy color: '#B2D874'

red 178 ◦ green 216 ◦ blue 116

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

Shades of Caper #B2D874

Tints of Caper #B2D874

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.35%

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 34.9%
G = 42.35%
B = 22.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#B2D874 (or 0xB2D874) is known color: Caper. HEX triplet: B2, D8 and 74. RGB value is (178,216,116). Sum of RGB (Red+Green+Blue) = 178+216+116=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D874 is #4D278B. Grayscale: #C1C1C1. Windows color (decimal): -5056396 or 7657650. OLE color: 7657650.

HSL color Cylindrical-coordinate representation of color #B2D874: hue angle of 82.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2D874 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 216 116 -
CMYK 0.18 0 0.46 0.15
HSL 82.8º 0.56% 0.65% -
HSV(B) 82.8º 0.46% 0.85% -
XYZ 46.07 59.84 25.64 -
YUV 193.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 178 216 116 0.18 0 0.46 0.15 82.8 0.56 0.65
Hex B2 D8 74 12 0 2E F 53 38 41
Octal 262 330 164 22 0 56 17 123 70 101
Binary 10110010 11011000 1110100 10010 0 101110 1111 1010011 111000 1000001

Color Harmonies of #B2D874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D874

Black with #B2D874

Text Example


Text Example

White with #B2D874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D874; }

 p { color: rgb(178,216,116); }

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

background-color css

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

 a { background-color: rgb(178,216,116); }

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

border-color css

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

 span { border-color: rgb(178,216,116); }

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