Html Css Color HEX #94BC0F Citrus

📋 copy color: '#94BC0F'

red 148 ◦ green 188 ◦ blue 15

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

Shades of Citrus #94BC0F

Tints of Citrus #94BC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.56%

 BLUE value IS 15 (6.25% from 255) = 4.27%

R = 42.17%
G = 53.56%
B = 4.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#94BC0F (or 0x94BC0F) is known color: Citrus. HEX triplet: 94, BC and 0F. RGB value is (148,188,15). Sum of RGB (Red+Green+Blue) = 148+188+15=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BC0F is #6B43F0. Grayscale: #9C9C9C. Windows color (decimal): -7029745 or 1031316. OLE color: 1031316.

HSL color Cylindrical-coordinate representation of color #94BC0F: hue angle of 73.87º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94BC0F is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 188 15 -
CMYK 0.21 0 0.92 0.26
HSL 73.87º 0.85% 0.4% -
HSV(B) 73.87º 0.92% 0.74% -
XYZ 30.28 42.3 7.02 -
YUV 156.32 48.25 122.07 -
System Red Green Blue C M Y K H S L
Decimal 148 188 15 0.21 0 0.92 0.26 73.87 0.85 0.4
Hex 94 BC F 15 0 5C 1A 4A 55 28
Octal 224 274 17 25 0 134 32 112 125 50
Binary 10010100 10111100 1111 10101 0 1011100 11010 1001010 1010101 101000

Color Harmonies of #94BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC0F

Black with #94BC0F

Text Example


Text Example

White with #94BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,188,15); }

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

background-color css

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

 a { background-color: rgb(148,188,15); }

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

border-color css

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

 span { border-color: rgb(148,188,15); }

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