Html Css Color HEX #9BA30D Citrus

📋 copy color: '#9BA30D'

red 155 ◦ green 163 ◦ blue 13

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

Shades of Citrus #9BA30D

Tints of Citrus #9BA30D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.24%

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

R = 46.83%
G = 49.24%
B = 3.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#9BA30D (or 0x9BA30D) is known color: Citrus. HEX triplet: 9B, A3 and 0D. RGB value is (155,163,13). Sum of RGB (Red+Green+Blue) = 155+163+13=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA30D is #645CF2. Grayscale: #909090. Windows color (decimal): -6577395 or 893851. OLE color: 893851.

HSL color Cylindrical-coordinate representation of color #9BA30D: hue angle of 63.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BA30D is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 163 13 -
CMYK 0.05 0 0.92 0.36
HSL 63.2º 0.85% 0.35% -
HSV(B) 63.2º 0.92% 0.64% -
XYZ 26.69 33.19 5.38 -
YUV 143.51 54.35 136.2 -
System Red Green Blue C M Y K H S L
Decimal 155 163 13 0.05 0 0.92 0.36 63.2 0.85 0.35
Hex 9B A3 D 5 0 5C 24 3F 55 23
Octal 233 243 15 5 0 134 44 77 125 43
Binary 10011011 10100011 1101 101 0 1011100 100100 111111 1010101 100011

Color Harmonies of #9BA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA30D

Black with #9BA30D

Text Example


Text Example

White with #9BA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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