Html Css Color HEX #B3C474 Caper

📋 copy color: '#B3C474'

red 179 ◦ green 196 ◦ blue 116

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

Shades of Caper #B3C474

Tints of Caper #B3C474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.92%

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

R = 36.46%
G = 39.92%
B = 23.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#B3C474 (or 0xB3C474) is known color: Caper. HEX triplet: B3, C4 and 74. RGB value is (179,196,116). Sum of RGB (Red+Green+Blue) = 179+196+116=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C474 is #4C3B8B. Grayscale: #B6B6B6. Windows color (decimal): -4995980 or 7652531. OLE color: 7652531.

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

Color convert

RGB 179 196 116 -
CMYK 0.09 0 0.41 0.23
HSL 72.75º 0.4% 0.61% -
HSV(B) 72.75º 0.41% 0.77% -
XYZ 41.48 50.32 24.05 -
YUV 181.8 90.87 126 -
System Red Green Blue C M Y K H S L
Decimal 179 196 116 0.09 0 0.41 0.23 72.75 0.4 0.61
Hex B3 C4 74 9 0 29 17 49 28 3D
Octal 263 304 164 11 0 51 27 111 50 75
Binary 10110011 11000100 1110100 1001 0 101001 10111 1001001 101000 111101

Color Harmonies of #B3C474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C474

Black with #B3C474

Text Example


Text Example

White with #B3C474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C474; }

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

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

background-color css

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

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

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

border-color css

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

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

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