Html Css Color HEX #B2C603 La Rioja

📋 copy color: '#B2C603'

red 178 ◦ green 198 ◦ blue 3

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

Shades of La Rioja #B2C603

Tints of La Rioja #B2C603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 46.97%
G = 52.24%
B = 0.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#B2C603 (or 0xB2C603) is known color: La Rioja. HEX triplet: B2, C6 and 03. RGB value is (178,198,3). Sum of RGB (Red+Green+Blue) = 178+198+3=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C603 is #4D39FC. Grayscale: #AAAAAA. Windows color (decimal): -5061117 or 247474. OLE color: 247474.

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

Color convert

RGB 178 198 3 -
CMYK 0.10 0 0.98 0.22
HSL 66.15º 0.97% 0.39% -
HSV(B) 66.15º 0.98% 0.78% -
XYZ 38.57 49.86 7.68 -
YUV 169.79 33.87 133.86 -
System Red Green Blue C M Y K H S L
Decimal 178 198 3 0.10 0 0.98 0.22 66.15 0.97 0.39
Hex B2 C6 3 A 0 62 16 42 61 27
Octal 262 306 3 12 0 142 26 102 141 47
Binary 10110010 11000110 11 1010 0 1100010 10110 1000010 1100001 100111

Color Harmonies of #B2C603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C603

Black with #B2C603

Text Example


Text Example

White with #B2C603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C603; }

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

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

background-color css

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

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

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

border-color css

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

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

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