Html Css Color HEX #9BA40D Citrus

📋 copy color: '#9BA40D'

red 155 ◦ green 164 ◦ blue 13

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

Shades of Citrus #9BA40D

Tints of Citrus #9BA40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.4%

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

R = 46.69%
G = 49.4%
B = 3.92%

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

#9BA40D (or 0x9BA40D) is known color: Citrus. HEX triplet: 9B, A4 and 0D. RGB value is (155,164,13). Sum of RGB (Red+Green+Blue) = 155+164+13=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA40D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA40D is #645BF2. Grayscale: #909090. Windows color (decimal): -6577139 or 894107. OLE color: 894107.

HSL color Cylindrical-coordinate representation of color #9BA40D: hue angle of 63.58º 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 #9BA40D is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 164 13 -
CMYK 0.05 0 0.92 0.36
HSL 63.58º 0.85% 0.35% -
HSV(B) 63.58º 0.92% 0.64% -
XYZ 26.87 33.55 5.44 -
YUV 144.1 54.02 135.78 -
System Red Green Blue C M Y K H S L
Decimal 155 164 13 0.05 0 0.92 0.36 63.58 0.85 0.35
Hex 9B A4 D 5 0 5C 24 40 55 23
Octal 233 244 15 5 0 134 44 100 125 43
Binary 10011011 10100100 1101 101 0 1011100 100100 1000000 1010101 100011

Color Harmonies of #9BA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA40D

Black with #9BA40D

Text Example


Text Example

White with #9BA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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