Html Css Color HEX #9CA301 Citrus

📋 copy color: '#9CA301'

red 156 ◦ green 163 ◦ blue 1

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

Shades of Citrus #9CA301

Tints of Citrus #9CA301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.94%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 48.75%
G = 50.94%
B = 0.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#9CA301 (or 0x9CA301) is known color: Citrus. HEX triplet: 9C, A3 and 01. RGB value is (156,163,1). Sum of RGB (Red+Green+Blue) = 156+163+1=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA301 is #635CFE. Grayscale: #8F8F8F. Windows color (decimal): -6511871 or 107420. OLE color: 107420.

HSL color Cylindrical-coordinate representation of color #9CA301: hue angle of 62.59º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CA301 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 163 1 -
CMYK 0.04 0 0.99 0.36
HSL 62.59º 0.99% 0.32% -
HSV(B) 62.59º 0.99% 0.64% -
XYZ 26.81 33.26 5.04 -
YUV 142.44 48.18 137.67 -
System Red Green Blue C M Y K H S L
Decimal 156 163 1 0.04 0 0.99 0.36 62.59 0.99 0.32
Hex 9C A3 1 4 0 63 24 3F 63 20
Octal 234 243 1 4 0 143 44 77 143 40
Binary 10011100 10100011 1 100 0 1100011 100100 111111 1100011 100000

Color Harmonies of #9CA301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA301

Black with #9CA301

Text Example


Text Example

White with #9CA301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,163,1); }

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

background-color css

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

 a { background-color: rgb(156,163,1); }

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

border-color css

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

 span { border-color: rgb(156,163,1); }

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