Html Css Color HEX #999238 Highball

📋 copy color: '#999238'

red 153 ◦ green 146 ◦ blue 56

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

Shades of Highball #999238

Tints of Highball #999238

RGB

 RED value IS 153 (60.16% from 255) = 43.1%

 GREEN value IS 146 (57.42% from 255) = 41.13%

 BLUE value IS 56 (22.27% from 255) = 15.77%

R = 43.1%
G = 41.13%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#999238 (or 0x999238) is known color: Highball. HEX triplet: 99, 92 and 38. RGB value is (153,146,56). Sum of RGB (Red+Green+Blue) = 153+146+56=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #999238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999238 is #666DC7. Grayscale: #8A8A8A. Windows color (decimal): -6712776 or 3707545. OLE color: 3707545.

HSL color Cylindrical-coordinate representation of color #999238: hue angle of 55.67º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #999238 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 146 56 -
CMYK 0 0.05 0.63 0.4
HSL 55.67º 0.46% 0.41% -
HSV(B) 55.67º 0.63% 0.6% -
XYZ 24.13 27.62 7.8 -
YUV 137.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 153 146 56 0 0.05 0.63 0.4 55.67 0.46 0.41
Hex 99 92 38 0 5 3F 28 38 2E 29
Octal 231 222 70 0 5 77 50 70 56 51
Binary 10011001 10010010 111000 0 101 111111 101000 111000 101110 101001

Color Harmonies of #999238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999238

Black with #999238

Text Example


Text Example

White with #999238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999238; }

 p { color: rgb(153,146,56); }

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

background-color css

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

 a { background-color: rgb(153,146,56); }

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

border-color css

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

 span { border-color: rgb(153,146,56); }

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