Html Css Color HEX #B2C601 La Rioja

📋 copy color: '#B2C601'

red 178 ◦ green 198 ◦ blue 1

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

Shades of La Rioja #B2C601

Tints of La Rioja #B2C601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.52%

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

R = 47.21%
G = 52.52%
B = 0.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#B2C601 (or 0xB2C601) is known color: La Rioja. HEX triplet: B2, C6 and 01. RGB value is (178,198,1). Sum of RGB (Red+Green+Blue) = 178+198+1=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C601 is #4D39FE. Grayscale: #AAAAAA. Windows color (decimal): -5061119 or 116402. OLE color: 116402.

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

Color convert

RGB 178 198 1 -
CMYK 0.10 0 0.99 0.22
HSL 66.09º 0.99% 0.39% -
HSV(B) 66.09º 0.99% 0.78% -
XYZ 38.56 49.86 7.62 -
YUV 169.56 32.87 134.02 -
System Red Green Blue C M Y K H S L
Decimal 178 198 1 0.10 0 0.99 0.22 66.09 0.99 0.39
Hex B2 C6 1 A 0 63 16 42 63 27
Octal 262 306 1 12 0 143 26 102 143 47
Binary 10110010 11000110 1 1010 0 1100011 10110 1000010 1100011 100111

Color Harmonies of #B2C601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C601

Black with #B2C601

Text Example


Text Example

White with #B2C601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C601; }

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

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

background-color css

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

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

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

border-color css

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

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

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