Html Css Color HEX #B0BE01 La Rioja

📋 copy color: '#B0BE01'

red 176 ◦ green 190 ◦ blue 1

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

Shades of La Rioja #B0BE01

Tints of La Rioja #B0BE01

RGB

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

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

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

R = 47.96%
G = 51.77%
B = 0.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#B0BE01 (or 0xB0BE01) is known color: La Rioja. HEX triplet: B0, BE and 01. RGB value is (176,190,1). Sum of RGB (Red+Green+Blue) = 176+190+1=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BE01 is #4F41FE. Grayscale: #A5A5A5. Windows color (decimal): -5194239 or 114352. OLE color: 114352.

HSL color Cylindrical-coordinate representation of color #B0BE01: hue angle of 64.44º 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 #B0BE01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 1 -
CMYK 0.07 0 0.99 0.25
HSL 64.44º 0.99% 0.37% -
HSV(B) 64.44º 0.99% 0.75% -
XYZ 36.32 46.06 7 -
YUV 164.27 35.86 136.37 -
System Red Green Blue C M Y K H S L
Decimal 176 190 1 0.07 0 0.99 0.25 64.44 0.99 0.37
Hex B0 BE 1 7 0 63 19 40 63 25
Octal 260 276 1 7 0 143 31 100 143 45
Binary 10110000 10111110 1 111 0 1100011 11001 1000000 1100011 100101

Color Harmonies of #B0BE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE01

Black with #B0BE01

Text Example


Text Example

White with #B0BE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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