Html Css Color HEX #9CB90C Citrus

📋 copy color: '#9CB90C'

red 156 ◦ green 185 ◦ blue 12

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

Shades of Citrus #9CB90C

Tints of Citrus #9CB90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.41%

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

R = 44.19%
G = 52.41%
B = 3.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#9CB90C (or 0x9CB90C) is known color: Citrus. HEX triplet: 9C, B9 and 0C. RGB value is (156,185,12). Sum of RGB (Red+Green+Blue) = 156+185+12=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB90C is #6346F3. Grayscale: #9D9D9D. Windows color (decimal): -6506228 or 833948. OLE color: 833948.

HSL color Cylindrical-coordinate representation of color #9CB90C: hue angle of 70.06º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CB90C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 185 12 -
CMYK 0.16 0 0.94 0.27
HSL 70.06º 0.88% 0.39% -
HSV(B) 70.06º 0.94% 0.73% -
XYZ 31.13 41.79 6.77 -
YUV 156.61 46.39 127.57 -
System Red Green Blue C M Y K H S L
Decimal 156 185 12 0.16 0 0.94 0.27 70.06 0.88 0.39
Hex 9C B9 C 10 0 5E 1B 46 58 27
Octal 234 271 14 20 0 136 33 106 130 47
Binary 10011100 10111001 1100 10000 0 1011110 11011 1000110 1011000 100111

Color Harmonies of #9CB90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB90C

Black with #9CB90C

Text Example


Text Example

White with #9CB90C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,185,12); }

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

background-color css

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

 a { background-color: rgb(156,185,12); }

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

border-color css

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

 span { border-color: rgb(156,185,12); }

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