Html Css Color HEX #B2B902 La Rioja

📋 copy color: '#B2B902'

red 178 ◦ green 185 ◦ blue 2

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

Shades of La Rioja #B2B902

Tints of La Rioja #B2B902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.68%

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

R = 48.77%
G = 50.68%
B = 0.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B2B902 (or 0xB2B902) is known color: La Rioja. HEX triplet: B2, B9 and 02. RGB value is (178,185,2). Sum of RGB (Red+Green+Blue) = 178+185+2=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B902 is #4D46FD. Grayscale: #A2A2A2. Windows color (decimal): -5064446 or 178610. OLE color: 178610.

HSL color Cylindrical-coordinate representation of color #B2B902: hue angle of 62.3º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2B902 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 2 -
CMYK 0.04 0 0.99 0.27
HSL 62.3º 0.98% 0.37% -
HSV(B) 62.3º 0.99% 0.73% -
XYZ 35.72 44.17 6.7 -
YUV 162.05 37.68 139.38 -
System Red Green Blue C M Y K H S L
Decimal 178 185 2 0.04 0 0.99 0.27 62.3 0.98 0.37
Hex B2 B9 2 4 0 63 1B 3E 62 25
Octal 262 271 2 4 0 143 33 76 142 45
Binary 10110010 10111001 10 100 0 1100011 11011 111110 1100010 100101

Color Harmonies of #B2B902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B902

Black with #B2B902

Text Example


Text Example

White with #B2B902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B902; }

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

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

background-color css

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

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

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

border-color css

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

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

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