Html Css Color HEX #8BA505 Citrus

📋 copy color: '#8BA505'

red 139 ◦ green 165 ◦ blue 5

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

Shades of Citrus #8BA505

Tints of Citrus #8BA505

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.4%

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 44.98%
G = 53.4%
B = 1.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#8BA505 (or 0x8BA505) is known color: Citrus. HEX triplet: 8B, A5 and 05. RGB value is (139,165,5). Sum of RGB (Red+Green+Blue) = 139+165+5=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 165 (64.84% from 255 or 53.40% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA505 is #745AFA. Grayscale: #8B8B8B. Windows color (decimal): -7625467 or 370059. OLE color: 370059.

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

Color convert

RGB 139 165 5 -
CMYK 0.16 0 0.97 0.35
HSL 69.75º 0.94% 0.33% -
HSV(B) 69.75º 0.97% 0.65% -
XYZ 24.13 32.41 5.13 -
YUV 138.99 52.39 128.01 -
System Red Green Blue C M Y K H S L
Decimal 139 165 5 0.16 0 0.97 0.35 69.75 0.94 0.33
Hex 8B A5 5 10 0 61 23 46 5E 21
Octal 213 245 5 20 0 141 43 106 136 41
Binary 10001011 10100101 101 10000 0 1100001 100011 1000110 1011110 100001

Color Harmonies of #8BA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA505

Black with #8BA505

Text Example


Text Example

White with #8BA505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,165,5); }

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

background-color css

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

 a { background-color: rgb(139,165,5); }

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

border-color css

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

 span { border-color: rgb(139,165,5); }

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