Html Css Color HEX #9BA614 Citrus

📋 copy color: '#9BA614'

red 155 ◦ green 166 ◦ blue 20

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

Shades of Citrus #9BA614

Tints of Citrus #9BA614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.87%

R = 45.45%
G = 48.68%
B = 5.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#9BA614 (or 0x9BA614) is known color: Citrus. HEX triplet: 9B, A6 and 14. RGB value is (155,166,20). Sum of RGB (Red+Green+Blue) = 155+166+20=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA614 is #6459EB. Grayscale: #929292. Windows color (decimal): -6576620 or 1353371. OLE color: 1353371.

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

Color convert

RGB 155 166 20 -
CMYK 0.07 0 0.88 0.35
HSL 64.52º 0.78% 0.36% -
HSV(B) 64.52º 0.88% 0.65% -
XYZ 27.28 34.29 5.84 -
YUV 146.07 56.86 134.37 -
System Red Green Blue C M Y K H S L
Decimal 155 166 20 0.07 0 0.88 0.35 64.52 0.78 0.36
Hex 9B A6 14 7 0 58 23 41 4E 24
Octal 233 246 24 7 0 130 43 101 116 44
Binary 10011011 10100110 10100 111 0 1011000 100011 1000001 1001110 100100

Color Harmonies of #9BA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA614

Black with #9BA614

Text Example


Text Example

White with #9BA614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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