Html Css Color HEX #8BA602 Citrus

📋 copy color: '#8BA602'

red 139 ◦ green 166 ◦ blue 2

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

Shades of Citrus #8BA602

Tints of Citrus #8BA602

RGB

 RED value IS 139 (54.69% from 255) = 45.28%

 GREEN value IS 166 (65.23% from 255) = 54.07%

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

R = 45.28%
G = 54.07%
B = 0.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#8BA602 (or 0x8BA602) is known color: Citrus. HEX triplet: 8B, A6 and 02. RGB value is (139,166,2). Sum of RGB (Red+Green+Blue) = 139+166+2=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA602 is #7459FD. Grayscale: #8B8B8B. Windows color (decimal): -7625214 or 173707. OLE color: 173707.

HSL color Cylindrical-coordinate representation of color #8BA602: hue angle of 69.88º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BA602 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 139 166 2 -
CMYK 0.16 0 0.99 0.35
HSL 69.88º 0.98% 0.33% -
HSV(B) 69.88º 0.99% 0.65% -
XYZ 24.29 32.77 5.1 -
YUV 139.23 50.55 127.84 -
System Red Green Blue C M Y K H S L
Decimal 139 166 2 0.16 0 0.99 0.35 69.88 0.98 0.33
Hex 8B A6 2 10 0 63 23 46 62 21
Octal 213 246 2 20 0 143 43 106 142 41
Binary 10001011 10100110 10 10000 0 1100011 100011 1000110 1100010 100001

Color Harmonies of #8BA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA602

Black with #8BA602

Text Example


Text Example

White with #8BA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BA602; }

 p { color: rgb(139,166,2); }

 H1.HeaderClassName
 {
   color: #8BA602;
 }
 .AnyTagClassName
 {
   color: #8BA602;
 }
</style>

background-color css

<style>
 a { background-color: #8BA602; }

 a { background-color: rgb(139,166,2); }

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

border-color css

<style>
 span { border-color: #8BA602; }

 span { border-color: rgb(139,166,2); }

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