Html Css Color HEX #B2BA05 La Rioja

📋 copy color: '#B2BA05'

red 178 ◦ green 186 ◦ blue 5

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

Shades of La Rioja #B2BA05

Tints of La Rioja #B2BA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 48.24%
G = 50.41%
B = 1.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B2BA05 (or 0xB2BA05) is known color: La Rioja. HEX triplet: B2, BA and 05. RGB value is (178,186,5). Sum of RGB (Red+Green+Blue) = 178+186+5=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA05 is #4D45FA. Grayscale: #A3A3A3. Windows color (decimal): -5064187 or 375474. OLE color: 375474.

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

Color convert

RGB 178 186 5 -
CMYK 0.04 0 0.97 0.27
HSL 62.65º 0.95% 0.37% -
HSV(B) 62.65º 0.97% 0.73% -
XYZ 35.95 44.59 6.86 -
YUV 162.97 38.85 138.72 -
System Red Green Blue C M Y K H S L
Decimal 178 186 5 0.04 0 0.97 0.27 62.65 0.95 0.37
Hex B2 BA 5 4 0 61 1B 3F 5F 25
Octal 262 272 5 4 0 141 33 77 137 45
Binary 10110010 10111010 101 100 0 1100001 11011 111111 1011111 100101

Color Harmonies of #B2BA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA05

Black with #B2BA05

Text Example


Text Example

White with #B2BA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA05; }

 p { color: rgb(178,186,5); }

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

background-color css

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

 a { background-color: rgb(178,186,5); }

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

border-color css

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

 span { border-color: rgb(178,186,5); }

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