Html Css Color HEX #9BA40E Citrus

📋 copy color: '#9BA40E'

red 155 ◦ green 164 ◦ blue 14

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

Shades of Citrus #9BA40E

Tints of Citrus #9BA40E

RGB

 RED value IS 155 (60.94% from 255) = 46.55%

 GREEN value IS 164 (64.45% from 255) = 49.25%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 46.55%
G = 49.25%
B = 4.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#9BA40E (or 0x9BA40E) is known color: Citrus. HEX triplet: 9B, A4 and 0E. RGB value is (155,164,14). Sum of RGB (Red+Green+Blue) = 155+164+14=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA40E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA40E is #645BF1. Grayscale: #909090. Windows color (decimal): -6577138 or 959643. OLE color: 959643.

HSL color Cylindrical-coordinate representation of color #9BA40E: hue angle of 63.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BA40E is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 164 14 -
CMYK 0.05 0 0.91 0.36
HSL 63.6º 0.84% 0.35% -
HSV(B) 63.6º 0.91% 0.64% -
XYZ 26.87 33.55 5.48 -
YUV 144.21 54.52 135.7 -
System Red Green Blue C M Y K H S L
Decimal 155 164 14 0.05 0 0.91 0.36 63.6 0.84 0.35
Hex 9B A4 E 5 0 5B 24 40 54 23
Octal 233 244 16 5 0 133 44 100 124 43
Binary 10011011 10100100 1110 101 0 1011011 100100 1000000 1010100 100011

Color Harmonies of #9BA40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA40E

Black with #9BA40E

Text Example


Text Example

White with #9BA40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA40E; }

 p { color: rgb(155,164,14); }

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

background-color css

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

 a { background-color: rgb(155,164,14); }

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

border-color css

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

 span { border-color: rgb(155,164,14); }

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