Html Css Color HEX #B2D103 La Rioja

📋 copy color: '#B2D103'

red 178 ◦ green 209 ◦ blue 3

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

Shades of La Rioja #B2D103

Tints of La Rioja #B2D103

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.59%

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

R = 45.64%
G = 53.59%
B = 0.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#B2D103 (or 0xB2D103) is known color: La Rioja. HEX triplet: B2, D1 and 03. RGB value is (178,209,3). Sum of RGB (Red+Green+Blue) = 178+209+3=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 209 (82.03% from 255 or 53.59% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D103 is #4D2EFC. Grayscale: #B1B1B1. Windows color (decimal): -5058301 or 250290. OLE color: 250290.

HSL color Cylindrical-coordinate representation of color #B2D103: hue angle of 69.03º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2D103 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 209 3 -
CMYK 0.15 0 0.99 0.18
HSL 69.03º 0.97% 0.42% -
HSV(B) 69.03º 0.99% 0.82% -
XYZ 41.18 55.07 8.55 -
YUV 176.25 30.23 129.25 -
System Red Green Blue C M Y K H S L
Decimal 178 209 3 0.15 0 0.99 0.18 69.03 0.97 0.42
Hex B2 D1 3 F 0 63 12 45 61 2A
Octal 262 321 3 17 0 143 22 105 141 52
Binary 10110010 11010001 11 1111 0 1100011 10010 1000101 1100001 101010

Color Harmonies of #B2D103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D103

Black with #B2D103

Text Example


Text Example

White with #B2D103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D103; }

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

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

background-color css

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

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

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

border-color css

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

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

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