Html Css Color HEX #9CA80D Citrus

📋 copy color: '#9CA80D'

red 156 ◦ green 168 ◦ blue 13

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

Shades of Citrus #9CA80D

Tints of Citrus #9CA80D

RGB

 RED value IS 156 (61.33% from 255) = 46.29%

 GREEN value IS 168 (66.02% from 255) = 49.85%

 BLUE value IS 13 (5.47% from 255) = 3.86%

R = 46.29%
G = 49.85%
B = 3.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#9CA80D (or 0x9CA80D) is known color: Citrus. HEX triplet: 9C, A8 and 0D. RGB value is (156,168,13). Sum of RGB (Red+Green+Blue) = 156+168+13=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA80D is #6357F2. Grayscale: #939393. Windows color (decimal): -6510579 or 895132. OLE color: 895132.

HSL color Cylindrical-coordinate representation of color #9CA80D: hue angle of 64.65º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CA80D is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 156 168 13 -
CMYK 0.07 0 0.92 0.34
HSL 64.65º 0.86% 0.35% -
HSV(B) 64.65º 0.92% 0.66% -
XYZ 27.79 35.1 5.69 -
YUV 146.74 52.52 134.6 -
System Red Green Blue C M Y K H S L
Decimal 156 168 13 0.07 0 0.92 0.34 64.65 0.86 0.35
Hex 9C A8 D 7 0 5C 22 41 56 23
Octal 234 250 15 7 0 134 42 101 126 43
Binary 10011100 10101000 1101 111 0 1011100 100010 1000001 1010110 100011

Color Harmonies of #9CA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA80D

Black with #9CA80D

Text Example


Text Example

White with #9CA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,168,13); }

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

background-color css

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

 a { background-color: rgb(156,168,13); }

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

border-color css

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

 span { border-color: rgb(156,168,13); }

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