Html Css Color HEX #9BA50C Citrus

📋 copy color: '#9BA50C'

red 155 ◦ green 165 ◦ blue 12

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

Shades of Citrus #9BA50C

Tints of Citrus #9BA50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.7%

 BLUE value IS 12 (5.08% from 255) = 3.61%

R = 46.69%
G = 49.7%
B = 3.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#9BA50C (or 0x9BA50C) is known color: Citrus. HEX triplet: 9B, A5 and 0C. RGB value is (155,165,12). Sum of RGB (Red+Green+Blue) = 155+165+12=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA50C is #645AF3. Grayscale: #919191. Windows color (decimal): -6576884 or 828827. OLE color: 828827.

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

Color convert

RGB 155 165 12 -
CMYK 0.06 0 0.93 0.35
HSL 63.92º 0.86% 0.35% -
HSV(B) 63.92º 0.93% 0.65% -
XYZ 27.04 33.91 5.47 -
YUV 144.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 155 165 12 0.06 0 0.93 0.35 63.92 0.86 0.35
Hex 9B A5 C 6 0 5D 23 40 56 23
Octal 233 245 14 6 0 135 43 100 126 43
Binary 10011011 10100101 1100 110 0 1011101 100011 1000000 1010110 100011

Color Harmonies of #9BA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA50C

Black with #9BA50C

Text Example


Text Example

White with #9BA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,165,12); }

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

background-color css

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

 a { background-color: rgb(155,165,12); }

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

border-color css

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

 span { border-color: rgb(155,165,12); }

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