Html Css Color HEX #9BAD04 Citrus

📋 copy color: '#9BAD04'

red 155 ◦ green 173 ◦ blue 4

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

Shades of Citrus #9BAD04

Tints of Citrus #9BAD04

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.11%

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 46.69%
G = 52.11%
B = 1.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#9BAD04 (or 0x9BAD04) is known color: Citrus. HEX triplet: 9B, AD and 04. RGB value is (155,173,4). Sum of RGB (Red+Green+Blue) = 155+173+4=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAD04 is #6452FB. Grayscale: #959595. Windows color (decimal): -6574844 or 306587. OLE color: 306587.

HSL color Cylindrical-coordinate representation of color #9BAD04: hue angle of 66.39º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BAD04 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 173 4 -
CMYK 0.10 0 0.98 0.32
HSL 66.39º 0.95% 0.35% -
HSV(B) 66.39º 0.98% 0.68% -
XYZ 28.48 36.86 5.73 -
YUV 148.35 46.54 132.74 -
System Red Green Blue C M Y K H S L
Decimal 155 173 4 0.10 0 0.98 0.32 66.39 0.95 0.35
Hex 9B AD 4 A 0 62 20 42 5F 23
Octal 233 255 4 12 0 142 40 102 137 43
Binary 10011011 10101101 100 1010 0 1100010 100000 1000010 1011111 100011

Color Harmonies of #9BAD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAD04

Black with #9BAD04

Text Example


Text Example

White with #9BAD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,173,4); }

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

background-color css

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

 a { background-color: rgb(155,173,4); }

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

border-color css

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

 span { border-color: rgb(155,173,4); }

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