Html Css Color HEX #9CBA0F Citrus

📋 copy color: '#9CBA0F'

red 156 ◦ green 186 ◦ blue 15

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

Shades of Citrus #9CBA0F

Tints of Citrus #9CBA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.2%

R = 43.7%
G = 52.1%
B = 4.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#9CBA0F (or 0x9CBA0F) is known color: Citrus. HEX triplet: 9C, BA and 0F. RGB value is (156,186,15). Sum of RGB (Red+Green+Blue) = 156+186+15=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBA0F is #6345F0. Grayscale: #9E9E9E. Windows color (decimal): -6505969 or 1030812. OLE color: 1030812.

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

Color convert

RGB 156 186 15 -
CMYK 0.16 0 0.92 0.27
HSL 70.53º 0.85% 0.39% -
HSV(B) 70.53º 0.92% 0.73% -
XYZ 31.36 42.22 6.95 -
YUV 157.54 47.56 126.9 -
System Red Green Blue C M Y K H S L
Decimal 156 186 15 0.16 0 0.92 0.27 70.53 0.85 0.39
Hex 9C BA F 10 0 5C 1B 47 55 27
Octal 234 272 17 20 0 134 33 107 125 47
Binary 10011100 10111010 1111 10000 0 1011100 11011 1000111 1010101 100111

Color Harmonies of #9CBA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA0F

Black with #9CBA0F

Text Example


Text Example

White with #9CBA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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