Html Css Color HEX #8BBA02 Citrus

📋 copy color: '#8BBA02'

red 139 ◦ green 186 ◦ blue 2

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

Shades of Citrus #8BBA02

Tints of Citrus #8BBA02

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.88%

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

R = 42.51%
G = 56.88%
B = 0.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#8BBA02 (or 0x8BBA02) is known color: Citrus. HEX triplet: 8B, BA and 02. RGB value is (139,186,2). Sum of RGB (Red+Green+Blue) = 139+186+2=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBA02 is #7445FD. Grayscale: #979797. Windows color (decimal): -7620094 or 178827. OLE color: 178827.

HSL color Cylindrical-coordinate representation of color #8BBA02: hue angle of 75.33º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BBA02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 186 2 -
CMYK 0.25 0 0.99 0.27
HSL 75.33º 0.98% 0.37% -
HSV(B) 75.33º 0.99% 0.73% -
XYZ 28.22 40.61 6.41 -
YUV 150.97 43.93 119.46 -
System Red Green Blue C M Y K H S L
Decimal 139 186 2 0.25 0 0.99 0.27 75.33 0.98 0.37
Hex 8B BA 2 19 0 63 1B 4B 62 25
Octal 213 272 2 31 0 143 33 113 142 45
Binary 10001011 10111010 10 11001 0 1100011 11011 1001011 1100010 100101

Color Harmonies of #8BBA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBA02

Black with #8BBA02

Text Example


Text Example

White with #8BBA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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