Html Css Color HEX #B3C012 La Rioja

📋 copy color: '#B3C012'

red 179 ◦ green 192 ◦ blue 18

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

Shades of La Rioja #B3C012

Tints of La Rioja #B3C012

RGB

 RED value IS 179 (70.31% from 255) = 46.02%

 GREEN value IS 192 (75.39% from 255) = 49.36%

 BLUE value IS 18 (7.42% from 255) = 4.63%

R = 46.02%
G = 49.36%
B = 4.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#B3C012 (or 0xB3C012) is known color: La Rioja. HEX triplet: B3, C0 and 12. RGB value is (179,192,18). Sum of RGB (Red+Green+Blue) = 179+192+18=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C012 is #4C3FED. Grayscale: #A8A8A8. Windows color (decimal): -4997102 or 1228979. OLE color: 1228979.

HSL color Cylindrical-coordinate representation of color #B3C012: hue angle of 64.48º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3C012 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 192 18 -
CMYK 0.07 0 0.91 0.25
HSL 64.48º 0.83% 0.41% -
HSV(B) 64.48º 0.91% 0.75% -
XYZ 37.55 47.33 7.73 -
YUV 168.28 43.19 135.65 -
System Red Green Blue C M Y K H S L
Decimal 179 192 18 0.07 0 0.91 0.25 64.48 0.83 0.41
Hex B3 C0 12 7 0 5B 19 40 53 29
Octal 263 300 22 7 0 133 31 100 123 51
Binary 10110011 11000000 10010 111 0 1011011 11001 1000000 1010011 101001

Color Harmonies of #B3C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C012

Black with #B3C012

Text Example


Text Example

White with #B3C012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C012; }

 p { color: rgb(179,192,18); }

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

background-color css

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

 a { background-color: rgb(179,192,18); }

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

border-color css

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

 span { border-color: rgb(179,192,18); }

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