Html Css Color HEX #B6B80A La Rioja

📋 copy color: '#B6B80A'

red 182 ◦ green 184 ◦ blue 10

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

Shades of La Rioja #B6B80A

Tints of La Rioja #B6B80A

RGB

 RED value IS 182 (71.48% from 255) = 48.4%

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

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

R = 48.4%
G = 48.94%
B = 2.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B6B80A (or 0xB6B80A) is known color: La Rioja. HEX triplet: B6, B8 and 0A. RGB value is (182,184,10). Sum of RGB (Red+Green+Blue) = 182+184+10=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B80A is #4947F5. Grayscale: #A4A4A4. Windows color (decimal): -4802550 or 702646. OLE color: 702646.

HSL color Cylindrical-coordinate representation of color #B6B80A: hue angle of 60.69º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6B80A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 184 10 -
CMYK 0.01 0 0.95 0.28
HSL 60.69º 0.9% 0.38% -
HSV(B) 60.69º 0.95% 0.72% -
XYZ 36.49 44.25 6.9 -
YUV 163.57 41.34 141.15 -
System Red Green Blue C M Y K H S L
Decimal 182 184 10 0.01 0 0.95 0.28 60.69 0.9 0.38
Hex B6 B8 A 1 0 5F 1C 3D 5A 26
Octal 266 270 12 1 0 137 34 75 132 46
Binary 10110110 10111000 1010 1 0 1011111 11100 111101 1011010 100110

Color Harmonies of #B6B80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B80A

Black with #B6B80A

Text Example


Text Example

White with #B6B80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B80A; }

 p { color: rgb(182,184,10); }

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

background-color css

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

 a { background-color: rgb(182,184,10); }

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

border-color css

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

 span { border-color: rgb(182,184,10); }

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