Html Css Color HEX #8CBA05 Citrus

📋 copy color: '#8CBA05'

red 140 ◦ green 186 ◦ blue 5

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

Shades of Citrus #8CBA05

Tints of Citrus #8CBA05

RGB

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

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

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

R = 42.3%
G = 56.19%
B = 1.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#8CBA05 (or 0x8CBA05) is known color: Citrus. HEX triplet: 8C, BA and 05. RGB value is (140,186,5). Sum of RGB (Red+Green+Blue) = 140+186+5=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBA05 is #7345FA. Grayscale: #989898. Windows color (decimal): -7554555 or 375436. OLE color: 375436.

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

Color convert

RGB 140 186 5 -
CMYK 0.25 0 0.97 0.27
HSL 75.25º 0.95% 0.37% -
HSV(B) 75.25º 0.97% 0.73% -
XYZ 28.4 40.7 6.5 -
YUV 151.61 45.26 119.72 -
System Red Green Blue C M Y K H S L
Decimal 140 186 5 0.25 0 0.97 0.27 75.25 0.95 0.37
Hex 8C BA 5 19 0 61 1B 4B 5F 25
Octal 214 272 5 31 0 141 33 113 137 45
Binary 10001100 10111010 101 11001 0 1100001 11011 1001011 1011111 100101

Color Harmonies of #8CBA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA05

Black with #8CBA05

Text Example


Text Example

White with #8CBA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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