Html Css Color HEX #B6B602 La Rioja

📋 copy color: '#B6B602'

red 182 ◦ green 182 ◦ blue 2

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

Shades of La Rioja #B6B602

Tints of La Rioja #B6B602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.73%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 49.73%
G = 49.73%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B6B602 (or 0xB6B602) is known color: La Rioja. HEX triplet: B6, B6 and 02. RGB value is (182,182,2). Sum of RGB (Red+Green+Blue) = 182+182+2=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B602 is #4949FD. Grayscale: #A2A2A2. Windows color (decimal): -4803070 or 177846. OLE color: 177846.

HSL color Cylindrical-coordinate representation of color #B6B602: hue angle of 60º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6B602 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 182 2 -
CMYK 0 0 0.99 0.29
HSL 60º 0.98% 0.36% -
HSV(B) 60º 0.99% 0.71% -
XYZ 36.03 43.41 6.54 -
YUV 161.48 38 142.64 -
System Red Green Blue C M Y K H S L
Decimal 182 182 2 0 0 0.99 0.29 60 0.98 0.36
Hex B6 B6 2 0 0 63 1D 3C 62 24
Octal 266 266 2 0 0 143 35 74 142 44
Binary 10110110 10110110 10 0 0 1100011 11101 111100 1100010 100100

Color Harmonies of #B6B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B602

Black with #B6B602

Text Example


Text Example

White with #B6B602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B602; }

 p { color: rgb(182,182,2); }

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

background-color css

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

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

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

border-color css

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

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

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