Html Css Color HEX #B4C50F La Rioja

📋 copy color: '#B4C50F'

red 180 ◦ green 197 ◦ blue 15

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

Shades of La Rioja #B4C50F

Tints of La Rioja #B4C50F

RGB

 RED value IS 180 (70.7% from 255) = 45.92%

 GREEN value IS 197 (77.34% from 255) = 50.26%

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

R = 45.92%
G = 50.26%
B = 3.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#B4C50F (or 0xB4C50F) is known color: La Rioja. HEX triplet: B4, C5 and 0F. RGB value is (180,197,15). Sum of RGB (Red+Green+Blue) = 180+197+15=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C50F is #4B3AF0. Grayscale: #ABABAB. Windows color (decimal): -4930289 or 1033652. OLE color: 1033652.

HSL color Cylindrical-coordinate representation of color #B4C50F: hue angle of 65.6º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4C50F is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 197 15 -
CMYK 0.09 0 0.92 0.23
HSL 65.6º 0.86% 0.42% -
HSV(B) 65.6º 0.92% 0.77% -
XYZ 38.87 49.67 7.99 -
YUV 171.17 39.87 134.3 -
System Red Green Blue C M Y K H S L
Decimal 180 197 15 0.09 0 0.92 0.23 65.6 0.86 0.42
Hex B4 C5 F 9 0 5C 17 42 56 2A
Octal 264 305 17 11 0 134 27 102 126 52
Binary 10110100 11000101 1111 1001 0 1011100 10111 1000010 1010110 101010

Color Harmonies of #B4C50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C50F

Black with #B4C50F

Text Example


Text Example

White with #B4C50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C50F; }

 p { color: rgb(180,197,15); }

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

background-color css

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

 a { background-color: rgb(180,197,15); }

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

border-color css

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

 span { border-color: rgb(180,197,15); }

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