Html Css Color HEX #B2BE01 La Rioja

📋 copy color: '#B2BE01'

red 178 ◦ green 190 ◦ blue 1

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

Shades of La Rioja #B2BE01

Tints of La Rioja #B2BE01

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.49%

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

R = 48.24%
G = 51.49%
B = 0.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#B2BE01 (or 0xB2BE01) is known color: La Rioja. HEX triplet: B2, BE and 01. RGB value is (178,190,1). Sum of RGB (Red+Green+Blue) = 178+190+1=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BE01 is #4D41FE. Grayscale: #A5A5A5. Windows color (decimal): -5063167 or 114354. OLE color: 114354.

HSL color Cylindrical-coordinate representation of color #B2BE01: hue angle of 63.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2BE01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 1 -
CMYK 0.06 0 0.99 0.25
HSL 63.81º 0.99% 0.37% -
HSV(B) 63.81º 0.99% 0.75% -
XYZ 36.78 46.29 7.03 -
YUV 164.87 35.52 137.37 -
System Red Green Blue C M Y K H S L
Decimal 178 190 1 0.06 0 0.99 0.25 63.81 0.99 0.37
Hex B2 BE 1 6 0 63 19 40 63 25
Octal 262 276 1 6 0 143 31 100 143 45
Binary 10110010 10111110 1 110 0 1100011 11001 1000000 1100011 100101

Color Harmonies of #B2BE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE01

Black with #B2BE01

Text Example


Text Example

White with #B2BE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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