Html Css Color HEX #9BA204 Citrus

📋 copy color: '#9BA204'

red 155 ◦ green 162 ◦ blue 4

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

Shades of Citrus #9BA204

Tints of Citrus #9BA204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.47%

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

R = 48.29%
G = 50.47%
B = 1.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#9BA204 (or 0x9BA204) is known color: Citrus. HEX triplet: 9B, A2 and 04. RGB value is (155,162,4). Sum of RGB (Red+Green+Blue) = 155+162+4=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA204 is #645DFB. Grayscale: #8E8E8E. Windows color (decimal): -6577660 or 303771. OLE color: 303771.

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

Color convert

RGB 155 162 4 -
CMYK 0.04 0 0.98 0.36
HSL 62.66º 0.95% 0.33% -
HSV(B) 62.66º 0.98% 0.64% -
XYZ 26.46 32.82 5.05 -
YUV 141.9 50.18 137.35 -
System Red Green Blue C M Y K H S L
Decimal 155 162 4 0.04 0 0.98 0.36 62.66 0.95 0.33
Hex 9B A2 4 4 0 62 24 3F 5F 21
Octal 233 242 4 4 0 142 44 77 137 41
Binary 10011011 10100010 100 100 0 1100010 100100 111111 1011111 100001

Color Harmonies of #9BA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA204

Black with #9BA204

Text Example


Text Example

White with #9BA204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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