Html Css Color HEX #B4D003 La Rioja

📋 copy color: '#B4D003'

red 180 ◦ green 208 ◦ blue 3

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

Shades of La Rioja #B4D003

Tints of La Rioja #B4D003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 46.04%
G = 53.2%
B = 0.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#B4D003 (or 0xB4D003) is known color: La Rioja. HEX triplet: B4, D0 and 03. RGB value is (180,208,3). Sum of RGB (Red+Green+Blue) = 180+208+3=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D003 is #4B2FFC. Grayscale: #B1B1B1. Windows color (decimal): -4927485 or 250036. OLE color: 250036.

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

Color convert

RGB 180 208 3 -
CMYK 0.13 0 0.99 0.18
HSL 68.2º 0.97% 0.41% -
HSV(B) 68.2º 0.99% 0.82% -
XYZ 41.39 54.82 8.49 -
YUV 176.26 30.22 130.67 -
System Red Green Blue C M Y K H S L
Decimal 180 208 3 0.13 0 0.99 0.18 68.2 0.97 0.41
Hex B4 D0 3 D 0 63 12 44 61 29
Octal 264 320 3 15 0 143 22 104 141 51
Binary 10110100 11010000 11 1101 0 1100011 10010 1000100 1100001 101001

Color Harmonies of #B4D003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D003

Black with #B4D003

Text Example


Text Example

White with #B4D003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D003; }

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

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

background-color css

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

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

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

border-color css

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

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

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