Html Css Color HEX #9BA40C Citrus

📋 copy color: '#9BA40C'

red 155 ◦ green 164 ◦ blue 12

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

Shades of Citrus #9BA40C

Tints of Citrus #9BA40C

RGB

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

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

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

R = 46.83%
G = 49.55%
B = 3.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#9BA40C (or 0x9BA40C) is known color: Citrus. HEX triplet: 9B, A4 and 0C. RGB value is (155,164,12). Sum of RGB (Red+Green+Blue) = 155+164+12=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA40C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA40C is #645BF3. Grayscale: #909090. Windows color (decimal): -6577140 or 828571. OLE color: 828571.

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

Color convert

RGB 155 164 12 -
CMYK 0.05 0 0.93 0.36
HSL 63.55º 0.86% 0.35% -
HSV(B) 63.55º 0.93% 0.64% -
XYZ 26.86 33.55 5.41 -
YUV 143.98 53.52 135.86 -
System Red Green Blue C M Y K H S L
Decimal 155 164 12 0.05 0 0.93 0.36 63.55 0.86 0.35
Hex 9B A4 C 5 0 5D 24 40 56 23
Octal 233 244 14 5 0 135 44 100 126 43
Binary 10011011 10100100 1100 101 0 1011101 100100 1000000 1010110 100011

Color Harmonies of #9BA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA40C

Black with #9BA40C

Text Example


Text Example

White with #9BA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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