Html Css Color HEX #B2B404 La Rioja

📋 copy color: '#B2B404'

red 178 ◦ green 180 ◦ blue 4

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

Shades of La Rioja #B2B404

Tints of La Rioja #B2B404

RGB

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

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

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

R = 49.17%
G = 49.72%
B = 1.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B2B404 (or 0xB2B404) is known color: La Rioja. HEX triplet: B2, B4 and 04. RGB value is (178,180,4). Sum of RGB (Red+Green+Blue) = 178+180+4=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B404 is #4D4BFB. Grayscale: #A0A0A0. Windows color (decimal): -5065724 or 308402. OLE color: 308402.

HSL color Cylindrical-coordinate representation of color #B2B404: hue angle of 60.68º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2B404 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 180 4 -
CMYK 0.01 0 0.98 0.29
HSL 60.68º 0.96% 0.36% -
HSV(B) 60.68º 0.98% 0.71% -
XYZ 34.7 42.12 6.42 -
YUV 159.34 40.34 141.31 -
System Red Green Blue C M Y K H S L
Decimal 178 180 4 0.01 0 0.98 0.29 60.68 0.96 0.36
Hex B2 B4 4 1 0 62 1D 3D 60 24
Octal 262 264 4 1 0 142 35 75 140 44
Binary 10110010 10110100 100 1 0 1100010 11101 111101 1100000 100100

Color Harmonies of #B2B404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B404

Black with #B2B404

Text Example


Text Example

White with #B2B404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B404; }

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

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

background-color css

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

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

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

border-color css

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

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

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