Html Css Color HEX #9FBA06 Citrus

📋 copy color: '#9FBA06'

red 159 ◦ green 186 ◦ blue 6

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

Shades of Citrus #9FBA06

Tints of Citrus #9FBA06

RGB

 RED value IS 159 (62.5% from 255) = 45.3%

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

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 45.3%
G = 52.99%
B = 1.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#9FBA06 (or 0x9FBA06) is known color: Citrus. HEX triplet: 9F, BA and 06. RGB value is (159,186,6). Sum of RGB (Red+Green+Blue) = 159+186+6=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA06 is #6045F9. Grayscale: #9E9E9E. Windows color (decimal): -6309370 or 440991. OLE color: 440991.

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

Color convert

RGB 159 186 6 -
CMYK 0.15 0 0.97 0.27
HSL 69º 0.94% 0.38% -
HSV(B) 69º 0.97% 0.73% -
XYZ 31.89 42.5 6.7 -
YUV 157.41 42.55 129.14 -
System Red Green Blue C M Y K H S L
Decimal 159 186 6 0.15 0 0.97 0.27 69 0.94 0.38
Hex 9F BA 6 F 0 61 1B 45 5E 26
Octal 237 272 6 17 0 141 33 105 136 46
Binary 10011111 10111010 110 1111 0 1100001 11011 1000101 1011110 100110

Color Harmonies of #9FBA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA06

Black with #9FBA06

Text Example


Text Example

White with #9FBA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,186,6); }

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

background-color css

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

 a { background-color: rgb(159,186,6); }

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

border-color css

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

 span { border-color: rgb(159,186,6); }

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