Html Css Color HEX #B6B90C La Rioja

📋 copy color: '#B6B90C'

red 182 ◦ green 185 ◦ blue 12

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

Shades of La Rioja #B6B90C

Tints of La Rioja #B6B90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.81%

 BLUE value IS 12 (5.08% from 255) = 3.17%

R = 48.02%
G = 48.81%
B = 3.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B6B90C (or 0xB6B90C) is known color: La Rioja. HEX triplet: B6, B9 and 0C. RGB value is (182,185,12). Sum of RGB (Red+Green+Blue) = 182+185+12=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B90C is #4946F3. Grayscale: #A5A5A5. Windows color (decimal): -4802292 or 833974. OLE color: 833974.

HSL color Cylindrical-coordinate representation of color #B6B90C: hue angle of 61.04º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6B90C is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 185 12 -
CMYK 0.02 0 0.94 0.27
HSL 61.04º 0.88% 0.39% -
HSV(B) 61.04º 0.94% 0.73% -
XYZ 36.71 44.67 7.04 -
YUV 164.38 42.01 140.57 -
System Red Green Blue C M Y K H S L
Decimal 182 185 12 0.02 0 0.94 0.27 61.04 0.88 0.39
Hex B6 B9 C 2 0 5E 1B 3D 58 27
Octal 266 271 14 2 0 136 33 75 130 47
Binary 10110110 10111001 1100 10 0 1011110 11011 111101 1011000 100111

Color Harmonies of #B6B90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B90C

Black with #B6B90C

Text Example


Text Example

White with #B6B90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B90C; }

 p { color: rgb(182,185,12); }

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

background-color css

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

 a { background-color: rgb(182,185,12); }

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

border-color css

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

 span { border-color: rgb(182,185,12); }

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