Html Css Color HEX #B4BA04 La Rioja

📋 copy color: '#B4BA04'

red 180 ◦ green 186 ◦ blue 4

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

Shades of La Rioja #B4BA04

Tints of La Rioja #B4BA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.27%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 48.65%
G = 50.27%
B = 1.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B4BA04 (or 0xB4BA04) is known color: La Rioja. HEX triplet: B4, BA and 04. RGB value is (180,186,4). Sum of RGB (Red+Green+Blue) = 180+186+4=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BA04 is #4B45FB. Grayscale: #A4A4A4. Windows color (decimal): -4933116 or 309940. OLE color: 309940.

HSL color Cylindrical-coordinate representation of color #B4BA04: hue angle of 61.98º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4BA04 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 186 4 -
CMYK 0.03 0 0.98 0.27
HSL 61.98º 0.96% 0.37% -
HSV(B) 61.98º 0.98% 0.73% -
XYZ 36.4 44.83 6.85 -
YUV 163.46 38.01 139.8 -
System Red Green Blue C M Y K H S L
Decimal 180 186 4 0.03 0 0.98 0.27 61.98 0.96 0.37
Hex B4 BA 4 3 0 62 1B 3E 60 25
Octal 264 272 4 3 0 142 33 76 140 45
Binary 10110100 10111010 100 11 0 1100010 11011 111110 1100000 100101

Color Harmonies of #B4BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BA04

Black with #B4BA04

Text Example


Text Example

White with #B4BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BA04; }

 p { color: rgb(180,186,4); }

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

background-color css

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

 a { background-color: rgb(180,186,4); }

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

border-color css

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

 span { border-color: rgb(180,186,4); }

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