Html Css Color HEX #B4D000 La Rioja

📋 copy color: '#B4D000'

red 180 ◦ green 208 ◦ blue 0

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

Shades of La Rioja #B4D000

Tints of La Rioja #B4D000

RGB

 RED value IS 180 (70.7% from 255) = 46.39%

 GREEN value IS 208 (81.64% from 255) = 53.61%

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

R = 46.39%
G = 53.61%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#B4D000 (or 0xB4D000) is known color: La Rioja. HEX triplet: B4, D0 and 00. RGB value is (180,208,0). Sum of RGB (Red+Green+Blue) = 180+208+0=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D000 is #4B2FFF. Grayscale: #B0B0B0. Windows color (decimal): -4927488 or 53428. OLE color: 53428.

HSL color Cylindrical-coordinate representation of color #B4D000: hue angle of 68.08º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4D000 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 208 0 -
CMYK 0.13 0 1 0.18
HSL 68.08º 1% 0.41% -
HSV(B) 68.08º 1% 0.82% -
XYZ 41.38 54.82 8.4 -
YUV 175.92 28.72 130.91 -
System Red Green Blue C M Y K H S L
Decimal 180 208 0 0.13 0 1 0.18 68.08 1 0.41
Hex B4 D0 0 D 0 64 12 44 64 29
Octal 264 320 0 15 0 144 22 104 144 51
Binary 10110100 11010000 0 1101 0 1100100 10010 1000100 1100100 101001

Color Harmonies of #B4D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D000

Black with #B4D000

Text Example


Text Example

White with #B4D000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D000; }

 p { color: rgb(180,208,0); }

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

background-color css

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

 a { background-color: rgb(180,208,0); }

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

border-color css

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

 span { border-color: rgb(180,208,0); }

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