Html Css Color HEX #B2C774 Caper

📋 copy color: '#B2C774'

red 178 ◦ green 199 ◦ blue 116

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

Shades of Caper #B2C774

Tints of Caper #B2C774

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.37%

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

R = 36.11%
G = 40.37%
B = 23.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#B2C774 (or 0xB2C774) is known color: Caper. HEX triplet: B2, C7 and 74. RGB value is (178,199,116). Sum of RGB (Red+Green+Blue) = 178+199+116=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C774 is #4D388B. Grayscale: #B7B7B7. Windows color (decimal): -5060748 or 7653298. OLE color: 7653298.

HSL color Cylindrical-coordinate representation of color #B2C774: hue angle of 75.18º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2C774 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 199 116 -
CMYK 0.11 0 0.42 0.22
HSL 75.18º 0.43% 0.62% -
HSV(B) 75.18º 0.42% 0.78% -
XYZ 41.94 51.57 24.27 -
YUV 183.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 178 199 116 0.11 0 0.42 0.22 75.18 0.43 0.62
Hex B2 C7 74 B 0 2A 16 4B 2B 3E
Octal 262 307 164 13 0 52 26 113 53 76
Binary 10110010 11000111 1110100 1011 0 101010 10110 1001011 101011 111110

Color Harmonies of #B2C774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C774

Black with #B2C774

Text Example


Text Example

White with #B2C774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C774; }

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

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

background-color css

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

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

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

border-color css

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

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

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