Html Css Color HEX #B2B50A La Rioja

📋 copy color: '#B2B50A'

red 178 ◦ green 181 ◦ blue 10

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

Shades of La Rioja #B2B50A

Tints of La Rioja #B2B50A

RGB

 RED value IS 178 (69.92% from 255) = 48.24%

 GREEN value IS 181 (71.09% from 255) = 49.05%

 BLUE value IS 10 (4.3% from 255) = 2.71%

R = 48.24%
G = 49.05%
B = 2.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B2B50A (or 0xB2B50A) is known color: La Rioja. HEX triplet: B2, B5 and 0A. RGB value is (178,181,10). Sum of RGB (Red+Green+Blue) = 178+181+10=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B50A is #4D4AF5. Grayscale: #A1A1A1. Windows color (decimal): -5065462 or 701874. OLE color: 701874.

HSL color Cylindrical-coordinate representation of color #B2B50A: hue angle of 61.05º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2B50A is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 181 10 -
CMYK 0.02 0 0.94 0.29
HSL 61.05º 0.9% 0.37% -
HSV(B) 61.05º 0.94% 0.71% -
XYZ 34.94 42.53 6.66 -
YUV 160.61 43.01 140.4 -
System Red Green Blue C M Y K H S L
Decimal 178 181 10 0.02 0 0.94 0.29 61.05 0.9 0.37
Hex B2 B5 A 2 0 5E 1D 3D 5A 25
Octal 262 265 12 2 0 136 35 75 132 45
Binary 10110010 10110101 1010 10 0 1011110 11101 111101 1011010 100101

Color Harmonies of #B2B50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B50A

Black with #B2B50A

Text Example


Text Example

White with #B2B50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B50A; }

 p { color: rgb(178,181,10); }

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

background-color css

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

 a { background-color: rgb(178,181,10); }

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

border-color css

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

 span { border-color: rgb(178,181,10); }

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