Html Css Color HEX #B7B80A La Rioja

📋 copy color: '#B7B80A'

red 183 ◦ green 184 ◦ blue 10

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

Shades of La Rioja #B7B80A

Tints of La Rioja #B7B80A

RGB

 RED value IS 183 (71.88% from 255) = 48.54%

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

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

R = 48.54%
G = 48.81%
B = 2.65%

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

#B7B80A (or 0xB7B80A) is known color: La Rioja. HEX triplet: B7, B8 and 0A. RGB value is (183,184,10). Sum of RGB (Red+Green+Blue) = 183+184+10=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #B7B80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B80A is #4847F5. Grayscale: #A4A4A4. Windows color (decimal): -4737014 or 702647. OLE color: 702647.

HSL color Cylindrical-coordinate representation of color #B7B80A: hue angle of 60.34º 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 #B7B80A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 184 10 -
CMYK 0.01 0 0.95 0.28
HSL 60.34º 0.9% 0.38% -
HSV(B) 60.34º 0.95% 0.72% -
XYZ 36.72 44.37 6.92 -
YUV 163.87 41.17 141.65 -
System Red Green Blue C M Y K H S L
Decimal 183 184 10 0.01 0 0.95 0.28 60.34 0.9 0.38
Hex B7 B8 A 1 0 5F 1C 3C 5A 26
Octal 267 270 12 1 0 137 34 74 132 46
Binary 10110111 10111000 1010 1 0 1011111 11100 111100 1011010 100110

Color Harmonies of #B7B80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B80A

Black with #B7B80A

Text Example


Text Example

White with #B7B80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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