Html Css Color HEX #949B03 Citron

📋 copy color: '#949B03'

red 148 ◦ green 155 ◦ blue 3

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

Shades of Citron #949B03

Tints of Citron #949B03

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.65%

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 48.37%
G = 50.65%
B = 0.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.39

RGB Variations

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

Color information

#949B03 (or 0x949B03) is known color: Citron. HEX triplet: 94, 9B and 03. RGB value is (148,155,3). Sum of RGB (Red+Green+Blue) = 148+155+3=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #949B03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949B03 is #6B64FC. Grayscale: #888888. Windows color (decimal): -7038205 or 236436. OLE color: 236436.

HSL color Cylindrical-coordinate representation of color #949B03: hue angle of 62.76º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #949B03 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 155 3 -
CMYK 0.05 0 0.98 0.39
HSL 62.76º 0.96% 0.31% -
HSV(B) 62.76º 0.98% 0.61% -
XYZ 23.95 29.75 4.57 -
YUV 135.58 53.18 136.86 -
System Red Green Blue C M Y K H S L
Decimal 148 155 3 0.05 0 0.98 0.39 62.76 0.96 0.31
Hex 94 9B 3 5 0 62 27 3F 60 1F
Octal 224 233 3 5 0 142 47 77 140 37
Binary 10010100 10011011 11 101 0 1100010 100111 111111 1100000 11111

Color Harmonies of #949B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B03

Black with #949B03

Text Example


Text Example

White with #949B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949B03; }

 p { color: rgb(148,155,3); }

 H1.HeaderClassName
 {
   color: #949B03;
 }
 .AnyTagClassName
 {
   color: #949B03;
 }
</style>

background-color css

<style>
 a { background-color: #949B03; }

 a { background-color: rgb(148,155,3); }

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

border-color css

<style>
 span { border-color: #949B03; }

 span { border-color: rgb(148,155,3); }

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