Html Css Color HEX #B2D474 Caper

📋 copy color: '#B2D474'

red 178 ◦ green 212 ◦ blue 116

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

Shades of Caper #B2D474

Tints of Caper #B2D474

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.9%

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

R = 35.18%
G = 41.9%
B = 22.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#B2D474 (or 0xB2D474) is known color: Caper. HEX triplet: B2, D4 and 74. RGB value is (178,212,116). Sum of RGB (Red+Green+Blue) = 178+212+116=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D474 is #4D2B8B. Grayscale: #BFBFBF. Windows color (decimal): -5057420 or 7656626. OLE color: 7656626.

HSL color Cylindrical-coordinate representation of color #B2D474: hue angle of 81.25º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2D474 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 212 116 -
CMYK 0.16 0 0.45 0.17
HSL 81.25º 0.53% 0.64% -
HSV(B) 81.25º 0.45% 0.83% -
XYZ 45.06 57.81 25.31 -
YUV 190.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 178 212 116 0.16 0 0.45 0.17 81.25 0.53 0.64
Hex B2 D4 74 10 0 2D 11 51 35 40
Octal 262 324 164 20 0 55 21 121 65 100
Binary 10110010 11010100 1110100 10000 0 101101 10001 1010001 110101 1000000

Color Harmonies of #B2D474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D474

Black with #B2D474

Text Example


Text Example

White with #B2D474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D474; }

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

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

background-color css

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

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

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

border-color css

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

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

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