Html Css Color HEX #B3C674 Caper

📋 copy color: '#B3C674'

red 179 ◦ green 198 ◦ blue 116

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

Shades of Caper #B3C674

Tints of Caper #B3C674

RGB

 RED value IS 179 (70.31% from 255) = 36.31%

 GREEN value IS 198 (77.73% from 255) = 40.16%

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

R = 36.31%
G = 40.16%
B = 23.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#B3C674 (or 0xB3C674) is known color: Caper. HEX triplet: B3, C6 and 74. RGB value is (179,198,116). Sum of RGB (Red+Green+Blue) = 179+198+116=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C674 is #4C398B. Grayscale: #B7B7B7. Windows color (decimal): -4995468 or 7653043. OLE color: 7653043.

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

Color convert

RGB 179 198 116 -
CMYK 0.10 0 0.41 0.22
HSL 73.9º 0.42% 0.62% -
HSV(B) 73.9º 0.41% 0.78% -
XYZ 41.94 51.23 24.2 -
YUV 182.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 179 198 116 0.10 0 0.41 0.22 73.9 0.42 0.62
Hex B3 C6 74 A 0 29 16 4A 2A 3E
Octal 263 306 164 12 0 51 26 112 52 76
Binary 10110011 11000110 1110100 1010 0 101001 10110 1001010 101010 111110

Color Harmonies of #B3C674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C674

Black with #B3C674

Text Example


Text Example

White with #B3C674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C674; }

 p { color: rgb(179,198,116); }

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

background-color css

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

 a { background-color: rgb(179,198,116); }

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

border-color css

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

 span { border-color: rgb(179,198,116); }

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