Html Css Color HEX #B2B701 La Rioja

📋 copy color: '#B2B701'

red 178 ◦ green 183 ◦ blue 1

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

Shades of La Rioja #B2B701

Tints of La Rioja #B2B701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.55%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 49.17%
G = 50.55%
B = 0.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B2B701 (or 0xB2B701) is known color: La Rioja. HEX triplet: B2, B7 and 01. RGB value is (178,183,1). Sum of RGB (Red+Green+Blue) = 178+183+1=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B701 is #4D48FE. Grayscale: #A1A1A1. Windows color (decimal): -5064959 or 112562. OLE color: 112562.

HSL color Cylindrical-coordinate representation of color #B2B701: hue angle of 61.65º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2B701 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 1 -
CMYK 0.03 0 0.99 0.28
HSL 61.65º 0.99% 0.36% -
HSV(B) 61.65º 0.99% 0.72% -
XYZ 35.3 43.33 6.53 -
YUV 160.76 37.84 140.3 -
System Red Green Blue C M Y K H S L
Decimal 178 183 1 0.03 0 0.99 0.28 61.65 0.99 0.36
Hex B2 B7 1 3 0 63 1C 3E 63 24
Octal 262 267 1 3 0 143 34 76 143 44
Binary 10110010 10110111 1 11 0 1100011 11100 111110 1100011 100100

Color Harmonies of #B2B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B701

Black with #B2B701

Text Example


Text Example

White with #B2B701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B701; }

 p { color: rgb(178,183,1); }

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

background-color css

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

 a { background-color: rgb(178,183,1); }

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

border-color css

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

 span { border-color: rgb(178,183,1); }

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