Html Css Color HEX #9CBA03 Citrus

📋 copy color: '#9CBA03'

red 156 ◦ green 186 ◦ blue 3

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

Shades of Citrus #9CBA03

Tints of Citrus #9CBA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 45.22%
G = 53.91%
B = 0.87%

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

#9CBA03 (or 0x9CBA03) is known color: Citrus. HEX triplet: 9C, BA and 03. RGB value is (156,186,3). Sum of RGB (Red+Green+Blue) = 156+186+3=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBA03 is #6345FC. Grayscale: #9C9C9C. Windows color (decimal): -6505981 or 244380. OLE color: 244380.

HSL color Cylindrical-coordinate representation of color #9CBA03: hue angle of 69.84º degrees, saturation: 0.97, 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 #9CBA03 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 186 3 -
CMYK 0.16 0 0.98 0.27
HSL 69.84º 0.97% 0.37% -
HSV(B) 69.84º 0.98% 0.73% -
XYZ 31.29 42.19 6.58 -
YUV 156.17 41.56 127.88 -
System Red Green Blue C M Y K H S L
Decimal 156 186 3 0.16 0 0.98 0.27 69.84 0.97 0.37
Hex 9C BA 3 10 0 62 1B 46 61 25
Octal 234 272 3 20 0 142 33 106 141 45
Binary 10011100 10111010 11 10000 0 1100010 11011 1000110 1100001 100101

Color Harmonies of #9CBA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA03

Black with #9CBA03

Text Example


Text Example

White with #9CBA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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