Html Css Color HEX #9BB30D Citrus

📋 copy color: '#9BB30D'

red 155 ◦ green 179 ◦ blue 13

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

Shades of Citrus #9BB30D

Tints of Citrus #9BB30D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.59%

 BLUE value IS 13 (5.47% from 255) = 3.75%

R = 44.67%
G = 51.59%
B = 3.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#9BB30D (or 0x9BB30D) is known color: Citrus. HEX triplet: 9B, B3 and 0D. RGB value is (155,179,13). Sum of RGB (Red+Green+Blue) = 155+179+13=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB30D is #644CF2. Grayscale: #999999. Windows color (decimal): -6573299 or 897947. OLE color: 897947.

HSL color Cylindrical-coordinate representation of color #9BB30D: hue angle of 68.67º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BB30D is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 155 179 13 -
CMYK 0.13 0 0.93 0.30
HSL 68.67º 0.86% 0.38% -
HSV(B) 68.67º 0.93% 0.7% -
XYZ 29.71 39.24 6.39 -
YUV 152.9 49.05 129.5 -
System Red Green Blue C M Y K H S L
Decimal 155 179 13 0.13 0 0.93 0.30 68.67 0.86 0.38
Hex 9B B3 D D 0 5D 1E 45 56 26
Octal 233 263 15 15 0 135 36 105 126 46
Binary 10011011 10110011 1101 1101 0 1011101 11110 1000101 1010110 100110

Color Harmonies of #9BB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB30D

Black with #9BB30D

Text Example


Text Example

White with #9BB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,179,13); }

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

background-color css

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

 a { background-color: rgb(155,179,13); }

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

border-color css

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

 span { border-color: rgb(155,179,13); }

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