Html Css Color HEX #B2B40B La Rioja

📋 copy color: '#B2B40B'

red 178 ◦ green 180 ◦ blue 11

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

Shades of La Rioja #B2B40B

Tints of La Rioja #B2B40B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.78%

 BLUE value IS 11 (4.69% from 255) = 2.98%

R = 48.24%
G = 48.78%
B = 2.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B2B40B (or 0xB2B40B) is known color: La Rioja. HEX triplet: B2, B4 and 0B. RGB value is (178,180,11). Sum of RGB (Red+Green+Blue) = 178+180+11=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B40B is #4D4BF4. Grayscale: #A0A0A0. Windows color (decimal): -5065717 or 767154. OLE color: 767154.

HSL color Cylindrical-coordinate representation of color #B2B40B: hue angle of 60.71º degrees, saturation: 0.88, 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 #B2B40B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 180 11 -
CMYK 0.01 0 0.94 0.29
HSL 60.71º 0.88% 0.37% -
HSV(B) 60.71º 0.94% 0.71% -
XYZ 34.74 42.13 6.62 -
YUV 160.14 43.84 140.74 -
System Red Green Blue C M Y K H S L
Decimal 178 180 11 0.01 0 0.94 0.29 60.71 0.88 0.37
Hex B2 B4 B 1 0 5E 1D 3D 58 25
Octal 262 264 13 1 0 136 35 75 130 45
Binary 10110010 10110100 1011 1 0 1011110 11101 111101 1011000 100101

Color Harmonies of #B2B40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B40B

Black with #B2B40B

Text Example


Text Example

White with #B2B40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B40B; }

 p { color: rgb(178,180,11); }

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

background-color css

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

 a { background-color: rgb(178,180,11); }

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

border-color css

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

 span { border-color: rgb(178,180,11); }

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