Html Css Color HEX #B0CE00 La Rioja

📋 copy color: '#B0CE00'

red 176 ◦ green 206 ◦ blue 0

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

Shades of La Rioja #B0CE00

Tints of La Rioja #B0CE00

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.07%
G = 53.93%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#B0CE00 (or 0xB0CE00) is known color: La Rioja. HEX triplet: B0, CE and 00. RGB value is (176,206,0). Sum of RGB (Red+Green+Blue) = 176+206+0=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CE00 is #4F31FF. Grayscale: #AEAEAE. Windows color (decimal): -5190144 or 52912. OLE color: 52912.

HSL color Cylindrical-coordinate representation of color #B0CE00: hue angle of 68.74º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0CE00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 0 -
CMYK 0.15 0 1 0.19
HSL 68.74º 1% 0.4% -
HSV(B) 68.74º 1% 0.81% -
XYZ 39.98 53.37 8.2 -
YUV 173.55 30.06 129.75 -
System Red Green Blue C M Y K H S L
Decimal 176 206 0 0.15 0 1 0.19 68.74 1 0.4
Hex B0 CE 0 F 0 64 13 45 64 28
Octal 260 316 0 17 0 144 23 105 144 50
Binary 10110000 11001110 0 1111 0 1100100 10011 1000101 1100100 101000

Color Harmonies of #B0CE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CE00

Black with #B0CE00

Text Example


Text Example

White with #B0CE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CE00; }

 p { color: rgb(176,206,0); }

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

background-color css

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

 a { background-color: rgb(176,206,0); }

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

border-color css

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

 span { border-color: rgb(176,206,0); }

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