Html Css Color HEX #B4BD12 La Rioja

📋 copy color: '#B4BD12'

red 180 ◦ green 189 ◦ blue 18

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

Shades of La Rioja #B4BD12

Tints of La Rioja #B4BD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.65%

R = 46.51%
G = 48.84%
B = 4.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#B4BD12 (or 0xB4BD12) is known color: La Rioja. HEX triplet: B4, BD and 12. RGB value is (180,189,18). Sum of RGB (Red+Green+Blue) = 180+189+18=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BD12 is #4B42ED. Grayscale: #A7A7A7. Windows color (decimal): -4932334 or 1228212. OLE color: 1228212.

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

Color convert

RGB 180 189 18 -
CMYK 0.05 0 0.90 0.26
HSL 63.16º 0.83% 0.41% -
HSV(B) 63.16º 0.9% 0.74% -
XYZ 37.13 46.14 7.52 -
YUV 166.82 44.02 137.4 -
System Red Green Blue C M Y K H S L
Decimal 180 189 18 0.05 0 0.90 0.26 63.16 0.83 0.41
Hex B4 BD 12 5 0 5A 1A 3F 53 29
Octal 264 275 22 5 0 132 32 77 123 51
Binary 10110100 10111101 10010 101 0 1011010 11010 111111 1010011 101001

Color Harmonies of #B4BD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD12

Black with #B4BD12

Text Example


Text Example

White with #B4BD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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