Html Css Color HEX #9BA60F Citrus

📋 copy color: '#9BA60F'

red 155 ◦ green 166 ◦ blue 15

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

Shades of Citrus #9BA60F

Tints of Citrus #9BA60F

RGB

 RED value IS 155 (60.94% from 255) = 46.13%

 GREEN value IS 166 (65.23% from 255) = 49.4%

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

R = 46.13%
G = 49.4%
B = 4.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#9BA60F (or 0x9BA60F) is known color: Citrus. HEX triplet: 9B, A6 and 0F. RGB value is (155,166,15). Sum of RGB (Red+Green+Blue) = 155+166+15=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA60F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA60F is #6459F0. Grayscale: #929292. Windows color (decimal): -6576625 or 1025691. OLE color: 1025691.

HSL color Cylindrical-coordinate representation of color #9BA60F: hue angle of 64.37º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BA60F is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 166 15 -
CMYK 0.07 0 0.91 0.35
HSL 64.37º 0.83% 0.35% -
HSV(B) 64.37º 0.91% 0.65% -
XYZ 27.24 34.28 5.63 -
YUV 145.5 54.36 134.78 -
System Red Green Blue C M Y K H S L
Decimal 155 166 15 0.07 0 0.91 0.35 64.37 0.83 0.35
Hex 9B A6 F 7 0 5B 23 40 53 23
Octal 233 246 17 7 0 133 43 100 123 43
Binary 10011011 10100110 1111 111 0 1011011 100011 1000000 1010011 100011

Color Harmonies of #9BA60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA60F

Black with #9BA60F

Text Example


Text Example

White with #9BA60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,166,15); }

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

background-color css

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

 a { background-color: rgb(155,166,15); }

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

border-color css

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

 span { border-color: rgb(155,166,15); }

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