Html Css Color HEX #8BCA0D Citrus

📋 copy color: '#8BCA0D'

red 139 ◦ green 202 ◦ blue 13

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

Shades of Citrus #8BCA0D

Tints of Citrus #8BCA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.06%

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

R = 39.27%
G = 57.06%
B = 3.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#8BCA0D (or 0x8BCA0D) is known color: Citrus. HEX triplet: 8B, CA and 0D. RGB value is (139,202,13). Sum of RGB (Red+Green+Blue) = 139+202+13=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BCA0D is #7435F2. Grayscale: #A2A2A2. Windows color (decimal): -7615987 or 903819. OLE color: 903819.

HSL color Cylindrical-coordinate representation of color #8BCA0D: hue angle of 80º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BCA0D is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 202 13 -
CMYK 0.31 0 0.94 0.21
HSL 80º 0.88% 0.42% -
HSV(B) 80º 0.94% 0.79% -
XYZ 31.84 47.76 7.92 -
YUV 161.62 44.13 111.87 -
System Red Green Blue C M Y K H S L
Decimal 139 202 13 0.31 0 0.94 0.21 80 0.88 0.42
Hex 8B CA D 1F 0 5E 15 50 58 2A
Octal 213 312 15 37 0 136 25 120 130 52
Binary 10001011 11001010 1101 11111 0 1011110 10101 1010000 1011000 101010

Color Harmonies of #8BCA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCA0D

Black with #8BCA0D

Text Example


Text Example

White with #8BCA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,202,13); }

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

background-color css

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

 a { background-color: rgb(139,202,13); }

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

border-color css

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

 span { border-color: rgb(139,202,13); }

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