Html Css Color HEX #B4BD15 La Rioja

📋 copy color: '#B4BD15'

red 180 ◦ green 189 ◦ blue 21

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

Shades of La Rioja #B4BD15

Tints of La Rioja #B4BD15

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.46%

 BLUE value IS 21 (8.59% from 255) = 5.38%

R = 46.15%
G = 48.46%
B = 5.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#B4BD15 (or 0xB4BD15) is known color: La Rioja. HEX triplet: B4, BD and 15. RGB value is (180,189,21). Sum of RGB (Red+Green+Blue) = 180+189+21=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BD15 is #4B42EA. Grayscale: #A7A7A7. Windows color (decimal): -4932331 or 1424820. OLE color: 1424820.

HSL color Cylindrical-coordinate representation of color #B4BD15: hue angle of 63.21º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4BD15 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 189 21 -
CMYK 0.05 0 0.89 0.26
HSL 63.21º 0.8% 0.41% -
HSV(B) 63.21º 0.89% 0.74% -
XYZ 37.16 46.15 7.66 -
YUV 167.16 45.52 137.16 -
System Red Green Blue C M Y K H S L
Decimal 180 189 21 0.05 0 0.89 0.26 63.21 0.8 0.41
Hex B4 BD 15 5 0 59 1A 3F 50 29
Octal 264 275 25 5 0 131 32 77 120 51
Binary 10110100 10111101 10101 101 0 1011001 11010 111111 1010000 101001

Color Harmonies of #B4BD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD15

Black with #B4BD15

Text Example


Text Example

White with #B4BD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD15; }

 p { color: rgb(180,189,21); }

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

background-color css

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

 a { background-color: rgb(180,189,21); }

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

border-color css

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

 span { border-color: rgb(180,189,21); }

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