Html Css Color HEX #94BE0D Citrus

📋 copy color: '#94BE0D'

red 148 ◦ green 190 ◦ blue 13

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

Shades of Citrus #94BE0D

Tints of Citrus #94BE0D

RGB

 RED value IS 148 (58.2% from 255) = 42.17%

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

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

R = 42.17%
G = 54.13%
B = 3.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#94BE0D (or 0x94BE0D) is known color: Citrus. HEX triplet: 94, BE and 0D. RGB value is (148,190,13). Sum of RGB (Red+Green+Blue) = 148+190+13=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BE0D is #6B41F2. Grayscale: #9D9D9D. Windows color (decimal): -7029235 or 900756. OLE color: 900756.

HSL color Cylindrical-coordinate representation of color #94BE0D: hue angle of 74.24º 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 #94BE0D is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 190 13 -
CMYK 0.22 0 0.93 0.25
HSL 74.24º 0.87% 0.4% -
HSV(B) 74.24º 0.93% 0.75% -
XYZ 30.7 43.15 7.09 -
YUV 157.26 46.59 121.39 -
System Red Green Blue C M Y K H S L
Decimal 148 190 13 0.22 0 0.93 0.25 74.24 0.87 0.4
Hex 94 BE D 16 0 5D 19 4A 57 28
Octal 224 276 15 26 0 135 31 112 127 50
Binary 10010100 10111110 1101 10110 0 1011101 11001 1001010 1010111 101000

Color Harmonies of #94BE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BE0D

Black with #94BE0D

Text Example


Text Example

White with #94BE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BE0D; }

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

 H1.HeaderClassName
 {
   color: #94BE0D;
 }
 .AnyTagClassName
 {
   color: #94BE0D;
 }
</style>

background-color css

<style>
 a { background-color: #94BE0D; }

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

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

border-color css

<style>
 span { border-color: #94BE0D; }

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

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