Html Css Color HEX #B3BC04 La Rioja

📋 copy color: '#B3BC04'

red 179 ◦ green 188 ◦ blue 4

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

Shades of La Rioja #B3BC04

Tints of La Rioja #B3BC04

RGB

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

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

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

R = 48.25%
G = 50.67%
B = 1.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#B3BC04 (or 0xB3BC04) is known color: La Rioja. HEX triplet: B3, BC and 04. RGB value is (179,188,4). Sum of RGB (Red+Green+Blue) = 179+188+4=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BC04 is #4C43FB. Grayscale: #A5A5A5. Windows color (decimal): -4998140 or 310451. OLE color: 310451.

HSL color Cylindrical-coordinate representation of color #B3BC04: hue angle of 62.93º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3BC04 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 188 4 -
CMYK 0.05 0 0.98 0.26
HSL 62.93º 0.96% 0.38% -
HSV(B) 62.93º 0.98% 0.74% -
XYZ 36.6 45.56 6.98 -
YUV 164.33 37.52 138.46 -
System Red Green Blue C M Y K H S L
Decimal 179 188 4 0.05 0 0.98 0.26 62.93 0.96 0.38
Hex B3 BC 4 5 0 62 1A 3F 60 26
Octal 263 274 4 5 0 142 32 77 140 46
Binary 10110011 10111100 100 101 0 1100010 11010 111111 1100000 100110

Color Harmonies of #B3BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BC04

Black with #B3BC04

Text Example


Text Example

White with #B3BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BC04; }

 p { color: rgb(179,188,4); }

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

background-color css

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

 a { background-color: rgb(179,188,4); }

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

border-color css

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

 span { border-color: rgb(179,188,4); }

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