Html Css Color HEX #93AA0C Citrus

📋 copy color: '#93AA0C'

red 147 ◦ green 170 ◦ blue 12

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

Shades of Citrus #93AA0C

Tints of Citrus #93AA0C

RGB

 RED value IS 147 (57.81% from 255) = 44.68%

 GREEN value IS 170 (66.8% from 255) = 51.67%

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 44.68%
G = 51.67%
B = 3.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#93AA0C (or 0x93AA0C) is known color: Citrus. HEX triplet: 93, AA and 0C. RGB value is (147,170,12). Sum of RGB (Red+Green+Blue) = 147+170+12=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AA0C is #6C55F3. Grayscale: #919191. Windows color (decimal): -7099892 or 830099. OLE color: 830099.

HSL color Cylindrical-coordinate representation of color #93AA0C: hue angle of 68.73º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93AA0C is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 170 12 -
CMYK 0.14 0 0.93 0.33
HSL 68.73º 0.87% 0.36% -
HSV(B) 68.73º 0.93% 0.67% -
XYZ 26.47 34.98 5.7 -
YUV 145.11 52.88 129.35 -
System Red Green Blue C M Y K H S L
Decimal 147 170 12 0.14 0 0.93 0.33 68.73 0.87 0.36
Hex 93 AA C E 0 5D 21 45 57 24
Octal 223 252 14 16 0 135 41 105 127 44
Binary 10010011 10101010 1100 1110 0 1011101 100001 1000101 1010111 100100

Color Harmonies of #93AA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AA0C

Black with #93AA0C

Text Example


Text Example

White with #93AA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AA0C; }

 p { color: rgb(147,170,12); }

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

background-color css

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

 a { background-color: rgb(147,170,12); }

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

border-color css

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

 span { border-color: rgb(147,170,12); }

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