Html Css Color HEX #B6B90D La Rioja

📋 copy color: '#B6B90D'

red 182 ◦ green 185 ◦ blue 13

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

Shades of La Rioja #B6B90D

Tints of La Rioja #B6B90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.42%

R = 47.89%
G = 48.68%
B = 3.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B6B90D (or 0xB6B90D) is known color: La Rioja. HEX triplet: B6, B9 and 0D. RGB value is (182,185,13). Sum of RGB (Red+Green+Blue) = 182+185+13=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B90D is #4946F2. Grayscale: #A5A5A5. Windows color (decimal): -4802291 or 899510. OLE color: 899510.

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

Color convert

RGB 182 185 13 -
CMYK 0.02 0 0.93 0.27
HSL 61.05º 0.87% 0.39% -
HSV(B) 61.05º 0.93% 0.73% -
XYZ 36.71 44.67 7.07 -
YUV 164.5 42.51 140.49 -
System Red Green Blue C M Y K H S L
Decimal 182 185 13 0.02 0 0.93 0.27 61.05 0.87 0.39
Hex B6 B9 D 2 0 5D 1B 3D 57 27
Octal 266 271 15 2 0 135 33 75 127 47
Binary 10110110 10111001 1101 10 0 1011101 11011 111101 1010111 100111

Color Harmonies of #B6B90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B90D

Black with #B6B90D

Text Example


Text Example

White with #B6B90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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