Html Css Color HEX #9CBA00 Citrus

📋 copy color: '#9CBA00'

red 156 ◦ green 186 ◦ blue 0

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

Shades of Citrus #9CBA00

Tints of Citrus #9CBA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.61%
G = 54.39%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#9CBA00 (or 0x9CBA00) is known color: Citrus. HEX triplet: 9C, BA and 00. RGB value is (156,186,0). Sum of RGB (Red+Green+Blue) = 156+186+0=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBA00 is #6345FF. Grayscale: #9C9C9C. Windows color (decimal): -6505984 or 47772. OLE color: 47772.

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

Color convert

RGB 156 186 0 -
CMYK 0.16 0 1 0.27
HSL 69.68º 1% 0.36% -
HSV(B) 69.68º 1% 0.73% -
XYZ 31.27 42.19 6.49 -
YUV 155.83 40.06 128.12 -
System Red Green Blue C M Y K H S L
Decimal 156 186 0 0.16 0 1 0.27 69.68 1 0.36
Hex 9C BA 0 10 0 64 1B 46 64 24
Octal 234 272 0 20 0 144 33 106 144 44
Binary 10011100 10111010 0 10000 0 1100100 11011 1000110 1100100 100100

Color Harmonies of #9CBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA00

Black with #9CBA00

Text Example


Text Example

White with #9CBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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