Html Css Color HEX #90BA02 Citrus

📋 copy color: '#90BA02'

red 144 ◦ green 186 ◦ blue 2

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

Shades of Citrus #90BA02

Tints of Citrus #90BA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 43.37%
G = 56.02%
B = 0.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#90BA02 (or 0x90BA02) is known color: Citrus. HEX triplet: 90, BA and 02. RGB value is (144,186,2). Sum of RGB (Red+Green+Blue) = 144+186+2=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BA02 is #6F45FD. Grayscale: #999999. Windows color (decimal): -7292414 or 178832. OLE color: 178832.

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

Color convert

RGB 144 186 2 -
CMYK 0.23 0 0.99 0.27
HSL 73.7º 0.98% 0.37% -
HSV(B) 73.7º 0.99% 0.73% -
XYZ 29.07 41.05 6.45 -
YUV 152.47 43.09 121.96 -
System Red Green Blue C M Y K H S L
Decimal 144 186 2 0.23 0 0.99 0.27 73.7 0.98 0.37
Hex 90 BA 2 17 0 63 1B 4A 62 25
Octal 220 272 2 27 0 143 33 112 142 45
Binary 10010000 10111010 10 10111 0 1100011 11011 1001010 1100010 100101

Color Harmonies of #90BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA02

Black with #90BA02

Text Example


Text Example

White with #90BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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