Html Css Color HEX #8CBA01 Citrus

📋 copy color: '#8CBA01'

red 140 ◦ green 186 ◦ blue 1

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

Shades of Citrus #8CBA01

Tints of Citrus #8CBA01

RGB

 RED value IS 140 (55.08% from 255) = 42.81%

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 42.81%
G = 56.88%
B = 0.31%

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

#8CBA01 (or 0x8CBA01) is known color: Citrus. HEX triplet: 8C, BA and 01. RGB value is (140,186,1). Sum of RGB (Red+Green+Blue) = 140+186+1=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBA01 is #7345FE. Grayscale: #979797. Windows color (decimal): -7554559 or 113292. OLE color: 113292.

HSL color Cylindrical-coordinate representation of color #8CBA01: hue angle of 74.92º degrees, saturation: 0.99, 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 #8CBA01 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 1 -
CMYK 0.25 0 0.99 0.27
HSL 74.92º 0.99% 0.37% -
HSV(B) 74.92º 0.99% 0.73% -
XYZ 28.38 40.7 6.39 -
YUV 151.16 43.26 120.04 -
System Red Green Blue C M Y K H S L
Decimal 140 186 1 0.25 0 0.99 0.27 74.92 0.99 0.37
Hex 8C BA 1 19 0 63 1B 4B 63 25
Octal 214 272 1 31 0 143 33 113 143 45
Binary 10001100 10111010 1 11001 0 1100011 11011 1001011 1100011 100101

Color Harmonies of #8CBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA01

Black with #8CBA01

Text Example


Text Example

White with #8CBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,186,1); }

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

background-color css

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

 a { background-color: rgb(140,186,1); }

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

border-color css

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

 span { border-color: rgb(140,186,1); }

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