Html Css Color HEX #9BB40C Citrus

📋 copy color: '#9BB40C'

red 155 ◦ green 180 ◦ blue 12

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

Shades of Citrus #9BB40C

Tints of Citrus #9BB40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.87%

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

R = 44.67%
G = 51.87%
B = 3.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#9BB40C (or 0x9BB40C) is known color: Citrus. HEX triplet: 9B, B4 and 0C. RGB value is (155,180,12). Sum of RGB (Red+Green+Blue) = 155+180+12=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB40C is #644BF3. Grayscale: #9A9A9A. Windows color (decimal): -6573044 or 832667. OLE color: 832667.

HSL color Cylindrical-coordinate representation of color #9BB40C: hue angle of 68.93º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BB40C is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 180 12 -
CMYK 0.14 0 0.93 0.29
HSL 68.93º 0.88% 0.38% -
HSV(B) 68.93º 0.93% 0.71% -
XYZ 29.91 39.64 6.42 -
YUV 153.37 48.22 129.16 -
System Red Green Blue C M Y K H S L
Decimal 155 180 12 0.14 0 0.93 0.29 68.93 0.88 0.38
Hex 9B B4 C E 0 5D 1D 45 58 26
Octal 233 264 14 16 0 135 35 105 130 46
Binary 10011011 10110100 1100 1110 0 1011101 11101 1000101 1011000 100110

Color Harmonies of #9BB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB40C

Black with #9BB40C

Text Example


Text Example

White with #9BB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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