Html Css Color HEX #90BA0A Citrus

📋 copy color: '#90BA0A'

red 144 ◦ green 186 ◦ blue 10

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

Shades of Citrus #90BA0A

Tints of Citrus #90BA0A

RGB

 RED value IS 144 (56.64% from 255) = 42.35%

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

 BLUE value IS 10 (4.3% from 255) = 2.94%

R = 42.35%
G = 54.71%
B = 2.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#90BA0A (or 0x90BA0A) is known color: Citrus. HEX triplet: 90, BA and 0A. RGB value is (144,186,10). Sum of RGB (Red+Green+Blue) = 144+186+10=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BA0A is #6F45F5. Grayscale: #9A9A9A. Windows color (decimal): -7292406 or 703120. OLE color: 703120.

HSL color Cylindrical-coordinate representation of color #90BA0A: hue angle of 74.32º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90BA0A is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 186 10 -
CMYK 0.23 0 0.95 0.27
HSL 74.32º 0.9% 0.38% -
HSV(B) 74.32º 0.95% 0.73% -
XYZ 29.12 41.07 6.68 -
YUV 153.38 47.09 121.31 -
System Red Green Blue C M Y K H S L
Decimal 144 186 10 0.23 0 0.95 0.27 74.32 0.9 0.38
Hex 90 BA A 17 0 5F 1B 4A 5A 26
Octal 220 272 12 27 0 137 33 112 132 46
Binary 10010000 10111010 1010 10111 0 1011111 11011 1001010 1011010 100110

Color Harmonies of #90BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA0A

Black with #90BA0A

Text Example


Text Example

White with #90BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90BA0A; }

 p { color: rgb(144,186,10); }

 H1.HeaderClassName
 {
   color: #90BA0A;
 }
 .AnyTagClassName
 {
   color: #90BA0A;
 }
</style>

background-color css

<style>
 a { background-color: #90BA0A; }

 a { background-color: rgb(144,186,10); }

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

border-color css

<style>
 span { border-color: #90BA0A; }

 span { border-color: rgb(144,186,10); }

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