Html Css Color HEX #9CBA07 Citrus

📋 copy color: '#9CBA07'

red 156 ◦ green 186 ◦ blue 7

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

Shades of Citrus #9CBA07

Tints of Citrus #9CBA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.01%

R = 44.7%
G = 53.3%
B = 2.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#9CBA07 (or 0x9CBA07) is known color: Citrus. HEX triplet: 9C, BA and 07. RGB value is (156,186,7). Sum of RGB (Red+Green+Blue) = 156+186+7=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBA07 is #6345F8. Grayscale: #9D9D9D. Windows color (decimal): -6505977 or 506524. OLE color: 506524.

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

Color convert

RGB 156 186 7 -
CMYK 0.16 0 0.96 0.27
HSL 70.06º 0.93% 0.38% -
HSV(B) 70.06º 0.96% 0.73% -
XYZ 31.31 42.2 6.7 -
YUV 156.62 43.56 127.55 -
System Red Green Blue C M Y K H S L
Decimal 156 186 7 0.16 0 0.96 0.27 70.06 0.93 0.38
Hex 9C BA 7 10 0 60 1B 46 5D 26
Octal 234 272 7 20 0 140 33 106 135 46
Binary 10011100 10111010 111 10000 0 1100000 11011 1000110 1011101 100110

Color Harmonies of #9CBA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA07

Black with #9CBA07

Text Example


Text Example

White with #9CBA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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