Html Css Color HEX #9CA107 Citrus

📋 copy color: '#9CA107'

red 156 ◦ green 161 ◦ blue 7

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

Shades of Citrus #9CA107

Tints of Citrus #9CA107

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.69%

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 48.15%
G = 49.69%
B = 2.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#9CA107 (or 0x9CA107) is known color: Citrus. HEX triplet: 9C, A1 and 07. RGB value is (156,161,7). Sum of RGB (Red+Green+Blue) = 156+161+7=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA107 is #635EF8. Grayscale: #8E8E8E. Windows color (decimal): -6512377 or 500124. OLE color: 500124.

HSL color Cylindrical-coordinate representation of color #9CA107: hue angle of 61.95º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CA107 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 161 7 -
CMYK 0.03 0 0.96 0.37
HSL 61.95º 0.92% 0.33% -
HSV(B) 61.95º 0.96% 0.63% -
XYZ 26.49 32.57 5.09 -
YUV 141.95 51.84 138.02 -
System Red Green Blue C M Y K H S L
Decimal 156 161 7 0.03 0 0.96 0.37 61.95 0.92 0.33
Hex 9C A1 7 3 0 60 25 3E 5C 21
Octal 234 241 7 3 0 140 45 76 134 41
Binary 10011100 10100001 111 11 0 1100000 100101 111110 1011100 100001

Color Harmonies of #9CA107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA107

Black with #9CA107

Text Example


Text Example

White with #9CA107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,161,7); }

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

background-color css

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

 a { background-color: rgb(156,161,7); }

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

border-color css

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

 span { border-color: rgb(156,161,7); }

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