Html Css Color HEX #9CBA13 Citrus

📋 copy color: '#9CBA13'

red 156 ◦ green 186 ◦ blue 19

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

Shades of Citrus #9CBA13

Tints of Citrus #9CBA13

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.52%

 BLUE value IS 19 (7.81% from 255) = 5.26%

R = 43.21%
G = 51.52%
B = 5.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#9CBA13 (or 0x9CBA13) is known color: Citrus. HEX triplet: 9C, BA and 13. RGB value is (156,186,19). Sum of RGB (Red+Green+Blue) = 156+186+19=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBA13 is #6345EC. Grayscale: #9E9E9E. Windows color (decimal): -6505965 or 1292956. OLE color: 1292956.

HSL color Cylindrical-coordinate representation of color #9CBA13: hue angle of 70.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CBA13 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 186 19 -
CMYK 0.16 0 0.90 0.27
HSL 70.78º 0.81% 0.4% -
HSV(B) 70.78º 0.9% 0.73% -
XYZ 31.39 42.23 7.11 -
YUV 157.99 49.56 126.58 -
System Red Green Blue C M Y K H S L
Decimal 156 186 19 0.16 0 0.90 0.27 70.78 0.81 0.4
Hex 9C BA 13 10 0 5A 1B 47 51 28
Octal 234 272 23 20 0 132 33 107 121 50
Binary 10011100 10111010 10011 10000 0 1011010 11011 1000111 1010001 101000

Color Harmonies of #9CBA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA13

Black with #9CBA13

Text Example


Text Example

White with #9CBA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,186,19); }

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

background-color css

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

 a { background-color: rgb(156,186,19); }

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

border-color css

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

 span { border-color: rgb(156,186,19); }

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