Html Css Color HEX #B4D002 La Rioja

📋 copy color: '#B4D002'

red 180 ◦ green 208 ◦ blue 2

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

Shades of La Rioja #B4D002

Tints of La Rioja #B4D002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 46.15%
G = 53.33%
B = 0.51%

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

#B4D002 (or 0xB4D002) is known color: La Rioja. HEX triplet: B4, D0 and 02. RGB value is (180,208,2). Sum of RGB (Red+Green+Blue) = 180+208+2=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D002 is #4B2FFD. Grayscale: #B0B0B0. Windows color (decimal): -4927486 or 184500. OLE color: 184500.

HSL color Cylindrical-coordinate representation of color #B4D002: hue angle of 68.16º degrees, saturation: 0.98, 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 #B4D002 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 208 2 -
CMYK 0.13 0 0.99 0.18
HSL 68.16º 0.98% 0.41% -
HSV(B) 68.16º 0.99% 0.82% -
XYZ 41.39 54.82 8.46 -
YUV 176.14 29.72 130.75 -
System Red Green Blue C M Y K H S L
Decimal 180 208 2 0.13 0 0.99 0.18 68.16 0.98 0.41
Hex B4 D0 2 D 0 63 12 44 62 29
Octal 264 320 2 15 0 143 22 104 142 51
Binary 10110100 11010000 10 1101 0 1100011 10010 1000100 1100010 101001

Color Harmonies of #B4D002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D002

Black with #B4D002

Text Example


Text Example

White with #B4D002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D002; }

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

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

background-color css

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

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

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

border-color css

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

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

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