Html Css Color HEX #B2B818 La Rioja

📋 copy color: '#B2B818'

red 178 ◦ green 184 ◦ blue 24

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

Shades of La Rioja #B2B818

Tints of La Rioja #B2B818

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.67%

 BLUE value IS 24 (9.77% from 255) = 6.22%

R = 46.11%
G = 47.67%
B = 6.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B2B818 (or 0xB2B818) is known color: La Rioja. HEX triplet: B2, B8 and 18. RGB value is (178,184,24). Sum of RGB (Red+Green+Blue) = 178+184+24=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B818 is #4D47E7. Grayscale: #A4A4A4. Windows color (decimal): -5064680 or 1620146. OLE color: 1620146.

HSL color Cylindrical-coordinate representation of color #B2B818: hue angle of 62.25º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2B818 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 184 24 -
CMYK 0.03 0 0.87 0.28
HSL 62.25º 0.77% 0.41% -
HSV(B) 62.25º 0.87% 0.72% -
XYZ 35.67 43.81 7.44 -
YUV 163.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 178 184 24 0.03 0 0.87 0.28 62.25 0.77 0.41
Hex B2 B8 18 3 0 57 1C 3E 4D 29
Octal 262 270 30 3 0 127 34 76 115 51
Binary 10110010 10111000 11000 11 0 1010111 11100 111110 1001101 101001

Color Harmonies of #B2B818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B818

Black with #B2B818

Text Example


Text Example

White with #B2B818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B818; }

 p { color: rgb(178,184,24); }

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

background-color css

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

 a { background-color: rgb(178,184,24); }

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

border-color css

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

 span { border-color: rgb(178,184,24); }

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