Html Css Color HEX #8CBE0D Citrus

📋 copy color: '#8CBE0D'

red 140 ◦ green 190 ◦ blue 13

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

Shades of Citrus #8CBE0D

Tints of Citrus #8CBE0D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.39%

 BLUE value IS 13 (5.47% from 255) = 3.79%

R = 40.82%
G = 55.39%
B = 3.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#8CBE0D (or 0x8CBE0D) is known color: Citrus. HEX triplet: 8C, BE and 0D. RGB value is (140,190,13). Sum of RGB (Red+Green+Blue) = 140+190+13=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBE0D is #7341F2. Grayscale: #9B9B9B. Windows color (decimal): -7553523 or 900748. OLE color: 900748.

HSL color Cylindrical-coordinate representation of color #8CBE0D: hue angle of 76.95º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CBE0D is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 190 13 -
CMYK 0.26 0 0.93 0.25
HSL 76.95º 0.87% 0.4% -
HSV(B) 76.95º 0.93% 0.75% -
XYZ 29.3 42.43 7.03 -
YUV 154.87 47.94 117.39 -
System Red Green Blue C M Y K H S L
Decimal 140 190 13 0.26 0 0.93 0.25 76.95 0.87 0.4
Hex 8C BE D 1A 0 5D 19 4D 57 28
Octal 214 276 15 32 0 135 31 115 127 50
Binary 10001100 10111110 1101 11010 0 1011101 11001 1001101 1010111 101000

Color Harmonies of #8CBE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBE0D

Black with #8CBE0D

Text Example


Text Example

White with #8CBE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,190,13); }

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

background-color css

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

 a { background-color: rgb(140,190,13); }

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

border-color css

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

 span { border-color: rgb(140,190,13); }

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