Html Css Color HEX #838462 Bandicoot

📋 copy color: '#838462'

red 131 ◦ green 132 ◦ blue 98

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

Shades of Bandicoot #838462

Tints of Bandicoot #838462

RGB

 RED value IS 131 (51.56% from 255) = 36.29%

 GREEN value IS 132 (51.95% from 255) = 36.57%

 BLUE value IS 98 (38.67% from 255) = 27.15%

R = 36.29%
G = 36.57%
B = 27.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#838462 (or 0x838462) is known color: Bandicoot. HEX triplet: 83, 84 and 62. RGB value is (131,132,98). Sum of RGB (Red+Green+Blue) = 131+132+98=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #838462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838462 is #7C7B9D. Grayscale: #7F7F7F. Windows color (decimal): -8158110 or 6456451. OLE color: 6456451.

HSL color Cylindrical-coordinate representation of color #838462: hue angle of 61.76º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #838462 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 98 -
CMYK 0.01 0 0.26 0.48
HSL 61.76º 0.15% 0.45% -
HSV(B) 61.76º 0.26% 0.52% -
XYZ 19.82 22.21 14.8 -
YUV 127.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 131 132 98 0.01 0 0.26 0.48 61.76 0.15 0.45
Hex 83 84 62 1 0 1A 30 3E F 2D
Octal 203 204 142 1 0 32 60 76 17 55
Binary 10000011 10000100 1100010 1 0 11010 110000 111110 1111 101101

Color Harmonies of #838462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838462

Black with #838462

Text Example


Text Example

White with #838462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838462; }

 p { color: rgb(131,132,98); }

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

background-color css

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

 a { background-color: rgb(131,132,98); }

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

border-color css

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

 span { border-color: rgb(131,132,98); }

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