Html Css Color HEX #9BAE02 Citrus

📋 copy color: '#9BAE02'

red 155 ◦ green 174 ◦ blue 2

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

Shades of Citrus #9BAE02

Tints of Citrus #9BAE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 46.83%
G = 52.57%
B = 0.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#9BAE02 (or 0x9BAE02) is known color: Citrus. HEX triplet: 9B, AE and 02. RGB value is (155,174,2). Sum of RGB (Red+Green+Blue) = 155+174+2=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAE02 is #6451FD. Grayscale: #959595. Windows color (decimal): -6574590 or 175771. OLE color: 175771.

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

Color convert

RGB 155 174 2 -
CMYK 0.11 0 0.99 0.32
HSL 66.63º 0.98% 0.35% -
HSV(B) 66.63º 0.99% 0.68% -
XYZ 28.66 37.25 5.74 -
YUV 148.71 45.21 132.49 -
System Red Green Blue C M Y K H S L
Decimal 155 174 2 0.11 0 0.99 0.32 66.63 0.98 0.35
Hex 9B AE 2 B 0 63 20 43 62 23
Octal 233 256 2 13 0 143 40 103 142 43
Binary 10011011 10101110 10 1011 0 1100011 100000 1000011 1100010 100011

Color Harmonies of #9BAE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE02

Black with #9BAE02

Text Example


Text Example

White with #9BAE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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