Html Css Color HEX #9BAE04 Citrus

📋 copy color: '#9BAE04'

red 155 ◦ green 174 ◦ blue 4

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

Shades of Citrus #9BAE04

Tints of Citrus #9BAE04

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.25%

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

R = 46.55%
G = 52.25%
B = 1.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#9BAE04 (or 0x9BAE04) is known color: Citrus. HEX triplet: 9B, AE and 04. RGB value is (155,174,4). Sum of RGB (Red+Green+Blue) = 155+174+4=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAE04 is #6451FB. Grayscale: #959595. Windows color (decimal): -6574588 or 306843. OLE color: 306843.

HSL color Cylindrical-coordinate representation of color #9BAE04: hue angle of 66.71º degrees, saturation: 0.96, 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 #9BAE04 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 174 4 -
CMYK 0.11 0 0.98 0.32
HSL 66.71º 0.96% 0.35% -
HSV(B) 66.71º 0.98% 0.68% -
XYZ 28.68 37.25 5.79 -
YUV 148.94 46.21 132.32 -
System Red Green Blue C M Y K H S L
Decimal 155 174 4 0.11 0 0.98 0.32 66.71 0.96 0.35
Hex 9B AE 4 B 0 62 20 43 60 23
Octal 233 256 4 13 0 142 40 103 140 43
Binary 10011011 10101110 100 1011 0 1100010 100000 1000011 1100000 100011

Color Harmonies of #9BAE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE04

Black with #9BAE04

Text Example


Text Example

White with #9BAE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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