Html Css Color HEX #B0B302 La Rioja

📋 copy color: '#B0B302'

red 176 ◦ green 179 ◦ blue 2

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

Shades of La Rioja #B0B302

Tints of La Rioja #B0B302

RGB

 RED value IS 176 (69.14% from 255) = 49.3%

 GREEN value IS 179 (70.31% from 255) = 50.14%

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

R = 49.3%
G = 50.14%
B = 0.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B0B302 (or 0xB0B302) is known color: La Rioja. HEX triplet: B0, B3 and 02. RGB value is (176,179,2). Sum of RGB (Red+Green+Blue) = 176+179+2=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B302 is #4F4CFD. Grayscale: #9E9E9E. Windows color (decimal): -5197054 or 177072. OLE color: 177072.

HSL color Cylindrical-coordinate representation of color #B0B302: hue angle of 61.02º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0B302 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 2 -
CMYK 0.02 0 0.99 0.30
HSL 61.02º 0.98% 0.35% -
HSV(B) 61.02º 0.99% 0.7% -
XYZ 34.04 41.47 6.27 -
YUV 157.93 40.01 140.89 -
System Red Green Blue C M Y K H S L
Decimal 176 179 2 0.02 0 0.99 0.30 61.02 0.98 0.35
Hex B0 B3 2 2 0 63 1E 3D 62 23
Octal 260 263 2 2 0 143 36 75 142 43
Binary 10110000 10110011 10 10 0 1100011 11110 111101 1100010 100011

Color Harmonies of #B0B302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B302

Black with #B0B302

Text Example


Text Example

White with #B0B302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B302; }

 p { color: rgb(176,179,2); }

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

background-color css

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

 a { background-color: rgb(176,179,2); }

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

border-color css

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

 span { border-color: rgb(176,179,2); }

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