Html Css Color HEX #9CBA04 Citrus

📋 copy color: '#9CBA04'

red 156 ◦ green 186 ◦ blue 4

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

Shades of Citrus #9CBA04

Tints of Citrus #9CBA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 45.09%
G = 53.76%
B = 1.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#9CBA04 (or 0x9CBA04) is known color: Citrus. HEX triplet: 9C, BA and 04. RGB value is (156,186,4). Sum of RGB (Red+Green+Blue) = 156+186+4=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBA04 is #6345FB. Grayscale: #9C9C9C. Windows color (decimal): -6505980 or 309916. OLE color: 309916.

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

Color convert

RGB 156 186 4 -
CMYK 0.16 0 0.98 0.27
HSL 69.89º 0.96% 0.37% -
HSV(B) 69.89º 0.98% 0.73% -
XYZ 31.29 42.19 6.61 -
YUV 156.28 42.06 127.8 -
System Red Green Blue C M Y K H S L
Decimal 156 186 4 0.16 0 0.98 0.27 69.89 0.96 0.37
Hex 9C BA 4 10 0 62 1B 46 60 25
Octal 234 272 4 20 0 142 33 106 140 45
Binary 10011100 10111010 100 10000 0 1100010 11011 1000110 1100000 100101

Color Harmonies of #9CBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA04

Black with #9CBA04

Text Example


Text Example

White with #9CBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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