Html Css Color HEX #B2C374 Caper

📋 copy color: '#B2C374'

red 178 ◦ green 195 ◦ blue 116

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

Shades of Caper #B2C374

Tints of Caper #B2C374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.88%

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

R = 36.4%
G = 39.88%
B = 23.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#B2C374 (or 0xB2C374) is known color: Caper. HEX triplet: B2, C3 and 74. RGB value is (178,195,116). Sum of RGB (Red+Green+Blue) = 178+195+116=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C374 is #4D3C8B. Grayscale: #B5B5B5. Windows color (decimal): -5061772 or 7652274. OLE color: 7652274.

HSL color Cylindrical-coordinate representation of color #B2C374: hue angle of 72.91º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2C374 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 116 -
CMYK 0.09 0 0.41 0.24
HSL 72.91º 0.4% 0.61% -
HSV(B) 72.91º 0.41% 0.76% -
XYZ 41.03 49.76 23.96 -
YUV 180.91 91.37 125.92 -
System Red Green Blue C M Y K H S L
Decimal 178 195 116 0.09 0 0.41 0.24 72.91 0.4 0.61
Hex B2 C3 74 9 0 29 18 49 28 3D
Octal 262 303 164 11 0 51 30 111 50 75
Binary 10110010 11000011 1110100 1001 0 101001 11000 1001001 101000 111101

Color Harmonies of #B2C374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C374

Black with #B2C374

Text Example


Text Example

White with #B2C374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C374; }

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

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

background-color css

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

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

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

border-color css

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

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

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