Html Css Color HEX #9BA20E Citrus

📋 copy color: '#9BA20E'

red 155 ◦ green 162 ◦ blue 14

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

Shades of Citrus #9BA20E

Tints of Citrus #9BA20E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.94%

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

R = 46.83%
G = 48.94%
B = 4.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#9BA20E (or 0x9BA20E) is known color: Citrus. HEX triplet: 9B, A2 and 0E. RGB value is (155,162,14). Sum of RGB (Red+Green+Blue) = 155+162+14=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 162 (63.67% from 255 or 48.94% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA20E is #645DF1. Grayscale: #8F8F8F. Windows color (decimal): -6577650 or 959131. OLE color: 959131.

HSL color Cylindrical-coordinate representation of color #9BA20E: hue angle of 62.84º 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 #9BA20E is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 162 14 -
CMYK 0.04 0 0.91 0.36
HSL 62.84º 0.84% 0.35% -
HSV(B) 62.84º 0.91% 0.64% -
XYZ 26.52 32.84 5.36 -
YUV 143.04 55.18 136.53 -
System Red Green Blue C M Y K H S L
Decimal 155 162 14 0.04 0 0.91 0.36 62.84 0.84 0.35
Hex 9B A2 E 4 0 5B 24 3F 54 23
Octal 233 242 16 4 0 133 44 77 124 43
Binary 10011011 10100010 1110 100 0 1011011 100100 111111 1010100 100011

Color Harmonies of #9BA20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA20E

Black with #9BA20E

Text Example


Text Example

White with #9BA20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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