Html Css Color HEX #9BAC04 Citrus

📋 copy color: '#9BAC04'

red 155 ◦ green 172 ◦ blue 4

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

Shades of Citrus #9BAC04

Tints of Citrus #9BAC04

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.96%

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

R = 46.83%
G = 51.96%
B = 1.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#9BAC04 (or 0x9BAC04) is known color: Citrus. HEX triplet: 9B, AC and 04. RGB value is (155,172,4). Sum of RGB (Red+Green+Blue) = 155+172+4=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAC04 is #6453FB. Grayscale: #949494. Windows color (decimal): -6575100 or 306331. OLE color: 306331.

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

Color convert

RGB 155 172 4 -
CMYK 0.10 0 0.98 0.33
HSL 66.07º 0.95% 0.35% -
HSV(B) 66.07º 0.98% 0.67% -
XYZ 28.29 36.48 5.67 -
YUV 147.77 46.87 133.16 -
System Red Green Blue C M Y K H S L
Decimal 155 172 4 0.10 0 0.98 0.33 66.07 0.95 0.35
Hex 9B AC 4 A 0 62 21 42 5F 23
Octal 233 254 4 12 0 142 41 102 137 43
Binary 10011011 10101100 100 1010 0 1100010 100001 1000010 1011111 100011

Color Harmonies of #9BAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC04

Black with #9BAC04

Text Example


Text Example

White with #9BAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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