Html Css Color HEX #B2C301 La Rioja

📋 copy color: '#B2C301'

red 178 ◦ green 195 ◦ blue 1

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

Shades of La Rioja #B2C301

Tints of La Rioja #B2C301

RGB

 RED value IS 178 (69.92% from 255) = 47.59%

 GREEN value IS 195 (76.56% from 255) = 52.14%

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

R = 47.59%
G = 52.14%
B = 0.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#B2C301 (or 0xB2C301) is known color: La Rioja. HEX triplet: B2, C3 and 01. RGB value is (178,195,1). Sum of RGB (Red+Green+Blue) = 178+195+1=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C301 is #4D3CFE. Grayscale: #A8A8A8. Windows color (decimal): -5061887 or 115634. OLE color: 115634.

HSL color Cylindrical-coordinate representation of color #B2C301: hue angle of 65.26º 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 #B2C301 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 1 -
CMYK 0.09 0 0.99 0.24
HSL 65.26º 0.99% 0.38% -
HSV(B) 65.26º 0.99% 0.76% -
XYZ 37.88 48.5 7.39 -
YUV 167.8 33.87 135.27 -
System Red Green Blue C M Y K H S L
Decimal 178 195 1 0.09 0 0.99 0.24 65.26 0.99 0.38
Hex B2 C3 1 9 0 63 18 41 63 26
Octal 262 303 1 11 0 143 30 101 143 46
Binary 10110010 11000011 1 1001 0 1100011 11000 1000001 1100011 100110

Color Harmonies of #B2C301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C301

Black with #B2C301

Text Example


Text Example

White with #B2C301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C301; }

 p { color: rgb(178,195,1); }

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

background-color css

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

 a { background-color: rgb(178,195,1); }

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

border-color css

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

 span { border-color: rgb(178,195,1); }

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