Html Css Color HEX #93AB0F Citrus

📋 copy color: '#93AB0F'

red 147 ◦ green 171 ◦ blue 15

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

Shades of Citrus #93AB0F

Tints of Citrus #93AB0F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.35%

 BLUE value IS 15 (6.25% from 255) = 4.5%

R = 44.14%
G = 51.35%
B = 4.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#93AB0F (or 0x93AB0F) is known color: Citrus. HEX triplet: 93, AB and 0F. RGB value is (147,171,15). Sum of RGB (Red+Green+Blue) = 147+171+15=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AB0F is #6C54F0. Grayscale: #929292. Windows color (decimal): -7099633 or 1026963. OLE color: 1026963.

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

Color convert

RGB 147 171 15 -
CMYK 0.14 0 0.91 0.33
HSL 69.23º 0.84% 0.36% -
HSV(B) 69.23º 0.91% 0.67% -
XYZ 26.68 35.36 5.87 -
YUV 146.04 54.05 128.68 -
System Red Green Blue C M Y K H S L
Decimal 147 171 15 0.14 0 0.91 0.33 69.23 0.84 0.36
Hex 93 AB F E 0 5B 21 45 54 24
Octal 223 253 17 16 0 133 41 105 124 44
Binary 10010011 10101011 1111 1110 0 1011011 100001 1000101 1010100 100100

Color Harmonies of #93AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB0F

Black with #93AB0F

Text Example


Text Example

White with #93AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,171,15); }

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

background-color css

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

 a { background-color: rgb(147,171,15); }

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

border-color css

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

 span { border-color: rgb(147,171,15); }

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