Html Css Color HEX #9BB413 Citrus

📋 copy color: '#9BB413'

red 155 ◦ green 180 ◦ blue 19

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

Shades of Citrus #9BB413

Tints of Citrus #9BB413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.37%

R = 43.79%
G = 50.85%
B = 5.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#9BB413 (or 0x9BB413) is known color: Citrus. HEX triplet: 9B, B4 and 13. RGB value is (155,180,19). Sum of RGB (Red+Green+Blue) = 155+180+19=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB413 is #644BEC. Grayscale: #9A9A9A. Windows color (decimal): -6573037 or 1291419. OLE color: 1291419.

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

Color convert

RGB 155 180 19 -
CMYK 0.14 0 0.89 0.29
HSL 69.32º 0.81% 0.39% -
HSV(B) 69.32º 0.89% 0.71% -
XYZ 29.96 39.66 6.69 -
YUV 154.17 51.72 128.59 -
System Red Green Blue C M Y K H S L
Decimal 155 180 19 0.14 0 0.89 0.29 69.32 0.81 0.39
Hex 9B B4 13 E 0 59 1D 45 51 27
Octal 233 264 23 16 0 131 35 105 121 47
Binary 10011011 10110100 10011 1110 0 1011001 11101 1000101 1010001 100111

Color Harmonies of #9BB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB413

Black with #9BB413

Text Example


Text Example

White with #9BB413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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