Html Css Color HEX #9BB80A Citrus

📋 copy color: '#9BB80A'

red 155 ◦ green 184 ◦ blue 10

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

Shades of Citrus #9BB80A

Tints of Citrus #9BB80A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.72%

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 44.41%
G = 52.72%
B = 2.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#9BB80A (or 0x9BB80A) is known color: Citrus. HEX triplet: 9B, B8 and 0A. RGB value is (155,184,10). Sum of RGB (Red+Green+Blue) = 155+184+10=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB80A is #6447F5. Grayscale: #9C9C9C. Windows color (decimal): -6572022 or 702619. OLE color: 702619.

HSL color Cylindrical-coordinate representation of color #9BB80A: hue angle of 70º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BB80A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 184 10 -
CMYK 0.16 0 0.95 0.28
HSL 70º 0.9% 0.38% -
HSV(B) 70º 0.95% 0.72% -
XYZ 30.71 41.27 6.63 -
YUV 155.49 45.89 127.65 -
System Red Green Blue C M Y K H S L
Decimal 155 184 10 0.16 0 0.95 0.28 70 0.9 0.38
Hex 9B B8 A 10 0 5F 1C 46 5A 26
Octal 233 270 12 20 0 137 34 106 132 46
Binary 10011011 10111000 1010 10000 0 1011111 11100 1000110 1011010 100110

Color Harmonies of #9BB80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB80A

Black with #9BB80A

Text Example


Text Example

White with #9BB80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,184,10); }

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

background-color css

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

 a { background-color: rgb(155,184,10); }

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

border-color css

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

 span { border-color: rgb(155,184,10); }

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