Html Css Color HEX #BDC103 La Rioja

📋 copy color: '#BDC103'

red 189 ◦ green 193 ◦ blue 3

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

Shades of La Rioja #BDC103

Tints of La Rioja #BDC103

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.13%

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

R = 49.09%
G = 50.13%
B = 0.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#BDC103 (or 0xBDC103) is known color: La Rioja. HEX triplet: BD, C1 and 03. RGB value is (189,193,3). Sum of RGB (Red+Green+Blue) = 189+193+3=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC103 is #423EFC. Grayscale: #AAAAAA. Windows color (decimal): -4341501 or 246205. OLE color: 246205.

HSL color Cylindrical-coordinate representation of color #BDC103: hue angle of 61.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDC103 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 3 -
CMYK 0.02 0 0.98 0.24
HSL 61.26º 0.97% 0.38% -
HSV(B) 61.26º 0.98% 0.76% -
XYZ 40.07 48.97 7.43 -
YUV 170.14 33.67 141.45 -
System Red Green Blue C M Y K H S L
Decimal 189 193 3 0.02 0 0.98 0.24 61.26 0.97 0.38
Hex BD C1 3 2 0 62 18 3D 61 26
Octal 275 301 3 2 0 142 30 75 141 46
Binary 10111101 11000001 11 10 0 1100010 11000 111101 1100001 100110

Color Harmonies of #BDC103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC103

Black with #BDC103

Text Example


Text Example

White with #BDC103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC103; }

 p { color: rgb(189,193,3); }

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

background-color css

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

 a { background-color: rgb(189,193,3); }

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

border-color css

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

 span { border-color: rgb(189,193,3); }

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