Html Css Color HEX #9BB80F Citrus

📋 copy color: '#9BB80F'

red 155 ◦ green 184 ◦ blue 15

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

Shades of Citrus #9BB80F

Tints of Citrus #9BB80F

RGB

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

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

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

R = 43.79%
G = 51.98%
B = 4.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#9BB80F (or 0x9BB80F) is known color: Citrus. HEX triplet: 9B, B8 and 0F. RGB value is (155,184,15). Sum of RGB (Red+Green+Blue) = 155+184+15=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB80F is #6447F0. Grayscale: #9C9C9C. Windows color (decimal): -6572017 or 1030299. OLE color: 1030299.

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

Color convert

RGB 155 184 15 -
CMYK 0.16 0 0.92 0.28
HSL 70.3º 0.85% 0.39% -
HSV(B) 70.3º 0.92% 0.72% -
XYZ 30.74 41.28 6.8 -
YUV 156.06 48.39 127.24 -
System Red Green Blue C M Y K H S L
Decimal 155 184 15 0.16 0 0.92 0.28 70.3 0.85 0.39
Hex 9B B8 F 10 0 5C 1C 46 55 27
Octal 233 270 17 20 0 134 34 106 125 47
Binary 10011011 10111000 1111 10000 0 1011100 11100 1000110 1010101 100111

Color Harmonies of #9BB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB80F

Black with #9BB80F

Text Example


Text Example

White with #9BB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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