Html Css Color HEX #94AB0F Citrus

📋 copy color: '#94AB0F'

red 148 ◦ green 171 ◦ blue 15

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

Shades of Citrus #94AB0F

Tints of Citrus #94AB0F

RGB

 RED value IS 148 (58.2% from 255) = 44.31%

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

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

R = 44.31%
G = 51.2%
B = 4.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#94AB0F (or 0x94AB0F) is known color: Citrus. HEX triplet: 94, AB and 0F. RGB value is (148,171,15). Sum of RGB (Red+Green+Blue) = 148+171+15=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AB0F is #6B54F0. Grayscale: #929292. Windows color (decimal): -7034097 or 1026964. OLE color: 1026964.

HSL color Cylindrical-coordinate representation of color #94AB0F: hue angle of 68.85º 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 #94AB0F is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 171 15 -
CMYK 0.13 0 0.91 0.33
HSL 68.85º 0.84% 0.36% -
HSV(B) 68.85º 0.91% 0.67% -
XYZ 26.86 35.46 5.88 -
YUV 146.34 53.88 129.18 -
System Red Green Blue C M Y K H S L
Decimal 148 171 15 0.13 0 0.91 0.33 68.85 0.84 0.36
Hex 94 AB F D 0 5B 21 45 54 24
Octal 224 253 17 15 0 133 41 105 124 44
Binary 10010100 10101011 1111 1101 0 1011011 100001 1000101 1010100 100100

Color Harmonies of #94AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AB0F

Black with #94AB0F

Text Example


Text Example

White with #94AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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