Html Css Color HEX #9CBA0D Citrus

📋 copy color: '#9CBA0D'

red 156 ◦ green 186 ◦ blue 13

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

Shades of Citrus #9CBA0D

Tints of Citrus #9CBA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.66%

R = 43.94%
G = 52.39%
B = 3.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#9CBA0D (or 0x9CBA0D) is known color: Citrus. HEX triplet: 9C, BA and 0D. RGB value is (156,186,13). Sum of RGB (Red+Green+Blue) = 156+186+13=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBA0D is #6345F2. Grayscale: #9D9D9D. Windows color (decimal): -6505971 or 899740. OLE color: 899740.

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

Color convert

RGB 156 186 13 -
CMYK 0.16 0 0.93 0.27
HSL 70.4º 0.87% 0.39% -
HSV(B) 70.4º 0.93% 0.73% -
XYZ 31.34 42.21 6.88 -
YUV 157.31 46.56 127.07 -
System Red Green Blue C M Y K H S L
Decimal 156 186 13 0.16 0 0.93 0.27 70.4 0.87 0.39
Hex 9C BA D 10 0 5D 1B 46 57 27
Octal 234 272 15 20 0 135 33 106 127 47
Binary 10011100 10111010 1101 10000 0 1011101 11011 1000110 1010111 100111

Color Harmonies of #9CBA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA0D

Black with #9CBA0D

Text Example


Text Example

White with #9CBA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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