Html Css Color HEX #B2C701 La Rioja

📋 copy color: '#B2C701'

red 178 ◦ green 199 ◦ blue 1

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

Shades of La Rioja #B2C701

Tints of La Rioja #B2C701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.65%

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

R = 47.09%
G = 52.65%
B = 0.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#B2C701 (or 0xB2C701) is known color: La Rioja. HEX triplet: B2, C7 and 01. RGB value is (178,199,1). Sum of RGB (Red+Green+Blue) = 178+199+1=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 199 (78.12% from 255 or 52.65% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C701 is #4D38FE. Grayscale: #AAAAAA. Windows color (decimal): -5060863 or 116658. OLE color: 116658.

HSL color Cylindrical-coordinate representation of color #B2C701: hue angle of 66.36º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2C701 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 199 1 -
CMYK 0.11 0 0.99 0.22
HSL 66.36º 0.99% 0.39% -
HSV(B) 66.36º 0.99% 0.78% -
XYZ 38.79 50.31 7.7 -
YUV 170.15 32.54 133.6 -
System Red Green Blue C M Y K H S L
Decimal 178 199 1 0.11 0 0.99 0.22 66.36 0.99 0.39
Hex B2 C7 1 B 0 63 16 42 63 27
Octal 262 307 1 13 0 143 26 102 143 47
Binary 10110010 11000111 1 1011 0 1100011 10110 1000010 1100011 100111

Color Harmonies of #B2C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C701

Black with #B2C701

Text Example


Text Example

White with #B2C701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C701; }

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

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

background-color css

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

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

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

border-color css

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

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

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