Html Css Color HEX #849C27 Sushi

📋 copy color: '#849C27'

red 132 ◦ green 156 ◦ blue 39

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

Shades of Sushi #849C27

Tints of Sushi #849C27

RGB

 RED value IS 132 (51.95% from 255) = 40.37%

 GREEN value IS 156 (61.33% from 255) = 47.71%

 BLUE value IS 39 (15.63% from 255) = 11.93%

R = 40.37%
G = 47.71%
B = 11.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#849C27 (or 0x849C27) is known color: Sushi. HEX triplet: 84, 9C and 27. RGB value is (132,156,39). Sum of RGB (Red+Green+Blue) = 132+156+39=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #849C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849C27 is #7B63D8. Grayscale: #878787. Windows color (decimal): -8086489 or 2595972. OLE color: 2595972.

HSL color Cylindrical-coordinate representation of color #849C27: hue angle of 72.31º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #849C27 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 156 39 -
CMYK 0.15 0 0.75 0.39
HSL 72.31º 0.6% 0.38% -
HSV(B) 72.31º 0.75% 0.61% -
XYZ 21.77 28.83 6.34 -
YUV 135.49 73.55 125.51 -
System Red Green Blue C M Y K H S L
Decimal 132 156 39 0.15 0 0.75 0.39 72.31 0.6 0.38
Hex 84 9C 27 F 0 4B 27 48 3C 26
Octal 204 234 47 17 0 113 47 110 74 46
Binary 10000100 10011100 100111 1111 0 1001011 100111 1001000 111100 100110

Color Harmonies of #849C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849C27

Black with #849C27

Text Example


Text Example

White with #849C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849C27; }

 p { color: rgb(132,156,39); }

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

background-color css

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

 a { background-color: rgb(132,156,39); }

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

border-color css

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

 span { border-color: rgb(132,156,39); }

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