Html Css Color HEX #B2D102 La Rioja

📋 copy color: '#B2D102'

red 178 ◦ green 209 ◦ blue 2

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

Shades of La Rioja #B2D102

Tints of La Rioja #B2D102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 45.76%
G = 53.73%
B = 0.51%

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

#B2D102 (or 0xB2D102) is known color: La Rioja. HEX triplet: B2, D1 and 02. RGB value is (178,209,2). Sum of RGB (Red+Green+Blue) = 178+209+2=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D102 is #4D2EFD. Grayscale: #B0B0B0. Windows color (decimal): -5058302 or 184754. OLE color: 184754.

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

Color convert

RGB 178 209 2 -
CMYK 0.15 0 0.99 0.18
HSL 68.99º 0.98% 0.41% -
HSV(B) 68.99º 0.99% 0.82% -
XYZ 41.17 55.07 8.52 -
YUV 176.13 29.73 129.33 -
System Red Green Blue C M Y K H S L
Decimal 178 209 2 0.15 0 0.99 0.18 68.99 0.98 0.41
Hex B2 D1 2 F 0 63 12 45 62 29
Octal 262 321 2 17 0 143 22 105 142 51
Binary 10110010 11010001 10 1111 0 1100011 10010 1000101 1100010 101001

Color Harmonies of #B2D102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D102

Black with #B2D102

Text Example


Text Example

White with #B2D102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D102; }

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

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

background-color css

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

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

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

border-color css

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

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

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