Html Css Color HEX #BDC013 La Rioja

📋 copy color: '#BDC013'

red 189 ◦ green 192 ◦ blue 19

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

Shades of La Rioja #BDC013

Tints of La Rioja #BDC013

RGB

 RED value IS 189 (74.22% from 255) = 47.25%

 GREEN value IS 192 (75.39% from 255) = 48%

 BLUE value IS 19 (7.81% from 255) = 4.75%

R = 47.25%
G = 48%
B = 4.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BDC013 (or 0xBDC013) is known color: La Rioja. HEX triplet: BD, C0 and 13. RGB value is (189,192,19). Sum of RGB (Red+Green+Blue) = 189+192+19=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC013 is #423FEC. Grayscale: #ACACAC. Windows color (decimal): -4341741 or 1294525. OLE color: 1294525.

HSL color Cylindrical-coordinate representation of color #BDC013: hue angle of 61.04º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDC013 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 19 -
CMYK 0.02 0 0.90 0.25
HSL 61.04º 0.82% 0.41% -
HSV(B) 61.04º 0.9% 0.75% -
XYZ 39.95 48.57 7.88 -
YUV 171.38 42.01 140.57 -
System Red Green Blue C M Y K H S L
Decimal 189 192 19 0.02 0 0.90 0.25 61.04 0.82 0.41
Hex BD C0 13 2 0 5A 19 3D 52 29
Octal 275 300 23 2 0 132 31 75 122 51
Binary 10111101 11000000 10011 10 0 1011010 11001 111101 1010010 101001

Color Harmonies of #BDC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC013

Black with #BDC013

Text Example


Text Example

White with #BDC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC013; }

 p { color: rgb(189,192,19); }

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

background-color css

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

 a { background-color: rgb(189,192,19); }

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

border-color css

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

 span { border-color: rgb(189,192,19); }

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