Html Css Color HEX #B6C201 La Rioja

📋 copy color: '#B6C201'

red 182 ◦ green 194 ◦ blue 1

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

Shades of La Rioja #B6C201

Tints of La Rioja #B6C201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.46%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 48.28%
G = 51.46%
B = 0.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#B6C201 (or 0xB6C201) is known color: La Rioja. HEX triplet: B6, C2 and 01. RGB value is (182,194,1). Sum of RGB (Red+Green+Blue) = 182+194+1=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C201 is #493DFE. Grayscale: #A9A9A9. Windows color (decimal): -4799999 or 115382. OLE color: 115382.

HSL color Cylindrical-coordinate representation of color #B6C201: hue angle of 63.73º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6C201 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 1 -
CMYK 0.06 0 0.99 0.24
HSL 63.73º 0.99% 0.38% -
HSV(B) 63.73º 0.99% 0.76% -
XYZ 38.59 48.53 7.36 -
YUV 168.41 33.52 137.69 -
System Red Green Blue C M Y K H S L
Decimal 182 194 1 0.06 0 0.99 0.24 63.73 0.99 0.38
Hex B6 C2 1 6 0 63 18 40 63 26
Octal 266 302 1 6 0 143 30 100 143 46
Binary 10110110 11000010 1 110 0 1100011 11000 1000000 1100011 100110

Color Harmonies of #B6C201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C201

Black with #B6C201

Text Example


Text Example

White with #B6C201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C201; }

 p { color: rgb(182,194,1); }

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

background-color css

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

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

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

border-color css

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

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

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