Html Css Color HEX #8CBA0B Citrus

📋 copy color: '#8CBA0B'

red 140 ◦ green 186 ◦ blue 11

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

Shades of Citrus #8CBA0B

Tints of Citrus #8CBA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.26%

R = 41.54%
G = 55.19%
B = 3.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#8CBA0B (or 0x8CBA0B) is known color: Citrus. HEX triplet: 8C, BA and 0B. RGB value is (140,186,11). Sum of RGB (Red+Green+Blue) = 140+186+11=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBA0B is #7345F4. Grayscale: #989898. Windows color (decimal): -7554549 or 768652. OLE color: 768652.

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

Color convert

RGB 140 186 11 -
CMYK 0.25 0 0.94 0.27
HSL 75.77º 0.89% 0.39% -
HSV(B) 75.77º 0.94% 0.73% -
XYZ 28.43 40.72 6.68 -
YUV 152.3 48.26 119.23 -
System Red Green Blue C M Y K H S L
Decimal 140 186 11 0.25 0 0.94 0.27 75.77 0.89 0.39
Hex 8C BA B 19 0 5E 1B 4C 59 27
Octal 214 272 13 31 0 136 33 114 131 47
Binary 10001100 10111010 1011 11001 0 1011110 11011 1001100 1011001 100111

Color Harmonies of #8CBA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA0B

Black with #8CBA0B

Text Example


Text Example

White with #8CBA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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