Html Css Color HEX #9BB40F Citrus

📋 copy color: '#9BB40F'

red 155 ◦ green 180 ◦ blue 15

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

Shades of Citrus #9BB40F

Tints of Citrus #9BB40F

RGB

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

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

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

R = 44.29%
G = 51.43%
B = 4.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#9BB40F (or 0x9BB40F) is known color: Citrus. HEX triplet: 9B, B4 and 0F. RGB value is (155,180,15). Sum of RGB (Red+Green+Blue) = 155+180+15=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB40F is #644BF0. Grayscale: #9A9A9A. Windows color (decimal): -6573041 or 1029275. OLE color: 1029275.

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

Color convert

RGB 155 180 15 -
CMYK 0.14 0 0.92 0.29
HSL 69.09º 0.85% 0.38% -
HSV(B) 69.09º 0.92% 0.71% -
XYZ 29.93 39.65 6.53 -
YUV 153.72 49.72 128.92 -
System Red Green Blue C M Y K H S L
Decimal 155 180 15 0.14 0 0.92 0.29 69.09 0.85 0.38
Hex 9B B4 F E 0 5C 1D 45 55 26
Octal 233 264 17 16 0 134 35 105 125 46
Binary 10011011 10110100 1111 1110 0 1011100 11101 1000101 1010101 100110

Color Harmonies of #9BB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB40F

Black with #9BB40F

Text Example


Text Example

White with #9BB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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